mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 12:40:21 +00:00
Form generation for view/constant/pure functions
This commit is contained in:
parent
83644b939f
commit
a247c43080
@ -187,7 +187,11 @@ class {{contractName}}UI extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render(){
|
render(){
|
||||||
return (<h2>Test</h2>);
|
return (<div>
|
||||||
|
{{#each functions}}
|
||||||
|
<{{capitalize name}}_{{@index}}_Form />
|
||||||
|
{{/each}}
|
||||||
|
</div>);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user