npm.io
0.16.3 • Published 10 months ago

@not-govuk/component-helpers

Licence
MIT
Version
0.16.3
Deps
0
Size
5 kB
Vulns
0
Weekly
0
DeprecatedThis package is deprecated

NotGovUK - Component Helpers

Helper functions for writing components.

Using this package

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

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