@not-govuk/forms

An intuitive isometric forms framework for React.

Usage no npm install needed!

<script type="module">
  import notGovukForms from 'https://cdn.skypack.dev/@not-govuk/forms';
</script>

README

Not Govuk - Forms

An intuitive isometric forms framework for React.

Using this package

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

Working on this package

Before working on this package you must install its dependencies using the following command:

pnpm install

Building

npm run build

Clean-up

npm run clean