/discord-react-forms

Forms... in React

Primary LanguageJavaScriptMIT LicenseMIT

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.

Check out our docs

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.