Helper functions for writing components.
First install the package into your project:
npm install -S @not-govuk/component-helpers
Then use it in your code as follows:
import componentHelpers from '@not-govuk/component-helpers';
// WRITEME
Before working on this package you must install its dependencies using the following command:
pnpm install
npm run build
npm run clean