formalist-standard-react
v4.3.1
Published
A standard form implementation for Formalist using React
Downloads
1,005
Keywords
Readme
Formalist Standard React
A form renderer for Formalist built using React.
Testing
npm run test
Tests are compiled on the fly from ./test
and piped through tape
.
Note: CSS references are transformed into CSS Modules for testing using babel-plugin-css-modules-transform
so we can test things properly. The CSS itself isn’t generated — it just disppears into the ether.
Usage
CSS
Assumes you’re using a global reset
like Eric Meyer’s 2.0 version.
The CSS in this project is required to be compiled as CSS Modules. It makes no opinions about the compilation of your CSS apart from that, so you can configure your build tool of choice as you like.