chakra-formik-experiment
chakra-formik-experiment copied to clipboard
Create example app that uses all of these components
- convert to
yarn workspaces
monorepo - add
"postinstall": "preconstruct dev"
script - add example nextjs app
- add all of the components into a form
- set up csb action so it's deployed as a csb for
master
and for all PRs
For the time being, I created a CodeSandbox demonstration: https://codesandbox.io/s/interesting-blackburn-oldox?file=/src/App.tsx
Really need to add validation and show off FieldErrorMessage
as well.