@t7/forms
v0.0.23
Published
This is a collection of React form element components.
Downloads
7
Readme
@t7/forms
This is a collection of React form element components.
# Install via NPM.
npm install @t7/forms --save-dev
To use the CSS, be sure to import it into your project.
// Example: In a root JS file.
import '@t7/forms/dist/index.css'
/* Example: In a root CSS file. */
@import "./node_modules/@t7/forms/dist/index.css";
View on NPM:
https://www.npmjs.com/package/@t7/forms
Demo page:
https://t7-components.github.io/forms/build/
Test coverage:
https://t7-components.github.io/forms/coverage/lcov-report/
Component documentation: