0.2.9 • Published 1 year ago

@bonaventuresystems.com/presenter-1 v0.2.9

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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} /> }