This is an unofficial React form builder to injest an option set from the Shopify app Infinite Options and automatically build a form based on their rules.
-
react
: because it's a react component library -
react-hook-form
: to help manage the complex form state -
classnames
: to help with conditionally adding css classes to components -
@fontsource/montserrat
: to include the default font which can obviously be overwritten
npm i -S infinite-options-react
...coming soon