0.10.6 • Published 3 years ago

cd-react-forms v0.10.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Custom D Forms

pipeline status coverage report

See storybook for usage examples and demos.

This library provides an easy-to-use wrapper for the informed library, providing some dedicated field components, and a standard validation implementation.

Installation

Install with Yarn

yarn add cd-react-forms informed

Or with NPM

npm install --save cd-react-forms informed

Please Note: You'll need to be registered to https://npm.customd.com to access this module. To do this, run;

npm config set registry https://npm.customd.com

Note Some of the Items do have further requirements - which will be listed in the dependencies section of said element.

Storybook

This plugin uses storybook for development and demoing of the components. When checking out this library for development, you can run the following to view the components documentation and usage examples.

yarn storybook

If you include storybook in your own application, you should be able to see the stories for this library in there too.