An intuitive isometric forms framework for React.
First install the package into your project:
npm install -S @not-govuk/forms
Then use it in your code as follows:
import forms from '@not-govuk/forms';
// WRITEME
Before working on this package you must install its dependencies using the following command:
pnpm install
npm run build
npm run clean