Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 972 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 972 Bytes

mson-custom-components

This is a sample app that will get you started with creating custom mson components with custom mson-react UI rendering components.

MSON.

This repo is built on top of the mson-getting-started app, but has added custom-component-rendering features.

Running the app

Much of the app logic resides in components.js. Look at what you get with just a few lines of MSON!

For instruction on how to create your own custom mson components, and how they work, start the app using the instructions above and read all about it (the instructs are a page in this app).

create-react-app

Note: mson-getting-started uses create-react-app with very few changes.