discord-react-forms
v2.1.5
Published
This library makes writing forms in React easy. By using context passing, your Form element can manage all the internal elements to adapt and many complex functionalities.
Downloads
22
Maintainers
Readme
discord-react-forms
This library makes writing forms in React easy. By using context passing, your Form element can manage all the internal elements to adapt and many complex functionalities.
Installing
This library is available on npm
npm i --save discord-react-forms
Developing
Install dependencies with npm install
, then run npm run watch
.
Navigate to localhost:8000 and you should see the example pages.