@not-govuk/docs-components

React components for use in documentation.

Usage no npm install needed!

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

README

Not Govuk - Docs Components

React components for use in documentation.

Using this package

First install the package into your project:

npm install -S @not-govuk/docs-components

Then use it in your code as follows:

import docsComponents from '@not-govuk/docs-components';

// 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