grommet-form-playground
v1.0.3
Published
playground for grommet-form
Downloads
3
Readme
grommet-form-playground
Provides a web-based editor for experimenting with form
development using Grommet's implementation of
redux-react-schema-form.
Goals
- To make it easy to experiment with forms
- To make it easy to create form source code
Installation
We use yarn for installing, although you can just use npm.
For example:
yarn add grommet-form-playground
yarnor
npm install grommet-form-playgroundUsage
You may just use the FormPlaygroundPage component
provided by this package:
<FormPlaygroundPage />