Getting Started
TODO: Introduction...
#
RequirementTo use react-cool-form
, you must use react@16.8.0
or greater which includes hooks.
#
InstallationThis package is distributed via npm.
#
CDNIf you're not using a module bundler or package manager. We also provide a UMD build which is available over the unpkg.com CDN. Simply use a <script>
tag to add it after React CND links as below:
Then you can access it via the window.ReactCoolForm.<moduleName>
variables.
#
ExampleHere's the basic example of how does it works:
✨ Pretty easy right? react-cool-form
is more powerful than you think. Let's keep exploring!