bonaventure_iasys
v1.6.0
Published
A Standalone component that generates UI with event bindings given a JSON input describing the UI structure
Downloads
8
Readme
Brix Presenter
A Standalone component that generates UI with event bindings given a JSON input describing the UI structure
Installation
npm:
npm install bonaventure_iasys
yarn:
yarn add bonaventure_iasys
Usage
import Presenter from 'bonaventure_iasys'
function App() {
return <Presenter onSubmit={onSubmit} />
}