1.0.3 • Published 7 years ago

grommet-form-playground v1.0.3

Weekly downloads
2
License
Apache-2.0
Repository
-
Last release
7 years ago

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
yarn

or

npm install grommet-form-playground

Usage

You may just use the FormPlaygroundPage component provided by this package:

<FormPlaygroundPage />