@martingale/page-schema
v0.0.3
Published
Utilizes a simple JSON object to create React pages for Martingale
Readme
Martingale page-schema
Martingale Page Schema takes a simple JSON object and transforms it into React elements that can then be displayed within the UI. It does this by traversing the JSON object and outputting compoments from a component map.
Install
Available once we opensource everything
yarn add martingale-page-schemaRunning tests
yarn testCreating a build
yarn compileAPI Documentation
See docs/readme.md for the API Documentation
