Common and experimental components that are not yet part of the GOV.UK Design System.
Node.js v18 or later.
npm install @x-govuk/govuk-prototype-components
If you are using version 13 or later of the GOV.UK Prototype Kit, the components will be immediately available for use in Nunjucks templates.
Learn more about how to get started.
Note
Prior to v1.0.0, this project included a collection of decorated form components. These can now be found in the govuk-decorated-components
package.
Bug reports and feature requests are welcome. Please raise an issue or submit a pull request.
We use StandardJS to ensure code follows the GDS way. Use npm run lint
to check your code before submitting a pull request.
npm test
npm run release
This command will ask you what version you want to use. It will then publish a new version on NPM, create and push a new git tag and then generate release notes ready for posting on GitHub.
Note
Releasing a new version requires permission to publish packages to the @x-govuk
organisation.