0.0.1 • Published 6 years ago

react-bootstrap-default v0.0.1

Weekly downloads
1
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