A demo for the self-assert
package. It is an attempt to replicate Hernán Wilkinson's example
of his webinar Diseño a la Gorra, using the new library.
For more information, see this reference.
Try the demo live on CodeSandbox or clone it locally to explore how self-assert works with real form interactions.
git clone https://github.com/self-assert/self-assert-react-demo.git
cd self-assert-react-demo
npm install
npm run dev