@react-foundry/forms
v0.1.7
Published
An intuitive isometric forms framework for React.
Readme
React Foundry - Forms
An intuitive isometric forms framework for React.
Using this package
First install the package into your project:
npm install -S @react-foundry/formsThen use it in your code as follows:
import forms from '@react-foundry/forms';
// WRITEME
Working on this package
Before working on this package you must install its dependencies using the following command:
pnpm installBuilding
npm run buildClean-up
npm run clean