# 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'`
<br />
`function App() {
  return <Presenter onSubmit={onSubmit} />
}`
