0.0.2 • Published 6 years ago

anyform-set-default v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Usage

Install anyform and a component set:

npm install -s anyform-react
npm install -s anyform-set-default

Embed the editor into your app:

import Any from 'anyform-react';
import set from 'anyform-set-default';

// In the intended render method add:
<Any.Editor components={set} />

Content