@not-govuk/client-component-helpers
v0.16.3
Published
Helper functions for writing client components.
Readme
NotGovUK - Client Component Helpers
Helper functions for writing client components.
Using this package
First install the package into your project:
npm install -S @not-govuk/client-component-helpersThen use it in your code as follows:
import clientComponentHelpers from '@not-govuk/client-component-helpers';
// 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