Overview
NotGovUK is an implementation of the GOV.UK Design System in React that provides support for writing internal applications as well as public ones. It is a work in progress and is written in Typescript. The components are documented in Storybook’s MDX format.
Features
- Implementation of the GOV.UK Design System in React
- Support for writing internal applications
- Components are written in Typescript
- Components are documented in Storybook’s MDX format
- Specially designed tech stack for consuming components
Installation
To consume the NotGovUK components, you will need a system that utilizes a bundler (such as Webpack) that can process imported assets like images, fonts, and Sass files. Create React App may be able to do this, but it does not provide Server-Side Rendering (SSR). You will also need to provide an instance of react-router.
We suggest using the specially designed tech stack provided by NotGovUK. You can refer to the “Getting started” guide for more details.
Summary
NotGovUK is an implementation of the GOV.UK Design System in React that supports writing both internal and public applications. It provides a set of components written in Typescript, documented in Storybook’s MDX format. The components can be consumed using a bundler like Webpack, along with an instance of react-router. NotGovUK is a work in progress and offers a specially designed tech stack for consuming its components.