npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@rottitime/govuk-design-react

v0.14.4

Published

React components and templates for the GOV.UK Design System — accessible, customisable and ready for UK government services.

Readme

React Govuk Design System

React components and templates for the GOV.UK Design System — TypeScript, accessible, and ready for UK government services.

npm version License: MIT Storybook

🙌 We're looking for volunteer contributors — help us grow this library. All levels welcome.

Table of Contents

Introduction

@rottitime/govuk-design-react gives you pre-built, accessible React components based on the official GOV.UK Design System. Use it to build services that meet UK government design and accessibility standards without building everything from scratch.

Demo

Open Storybook → — live examples and docs for every component.

Benefits

By using GovUK Design React, you'll enjoy:

  • 💡 Proven Design: Powered by GovUK Design System, which goes through user testing, has the best accessibility, and is fully responsive.
  • ⏱️ Time Savings: No need to create components from scratch—get up and running quickly with pre-built components.
  • Accessibility: Components are designed to meet the highest accessibility standards, ensuring your application is usable by everyone.
  • 🎨 Consistency: Maintain design consistency with the UK Government Design System across all your projects.
  • 🛠️ Customization: Easily customize components to fit your specific needs without compromising on design standards.
  • Testing and Linting: Built-in unit tests and linting ensure code quality and reliability.
  • 📚 Live Documentation: Interactive storybook documentation lets you see components in action and experiment with different configurations.

Getting Started

Ready to dive in? Here's a quick guide to get you up and running with GovUK Design React.

Requirements

  • govuk-frontend — This library uses the official GOV.UK Frontend styles and is tested with govuk-frontend v6.x (peer dependency ^6.1.0). Install it in your project so components render with the correct GOV.UK look and feel.

Installation

Install the library and its peer dependency via npm or yarn:

npm install @rottitime/govuk-design-react govuk-frontend

Usage

Using GovUK Design React is as simple as importing the components you need and integrating them into your React application:

import React from 'react'
import { Button } from '@rottitime/govuk-design-react'

const App = () => (
  <div>
    <h1>Hello, GovUK Design React!</h1>
    <Button>Click me</Button>
  </div>
)

export default App

See the Storybook documentation for live examples and guides for each component.

Contributing

We welcome contributions from the community! If you'd like to contribute, please check out our contributing guidelines for more information on how to get started.

  • @rameshreddy-adutla — first contributor in the door, who set the bar with solid unit tests and Storybook docs. See the energy.

Volunteer with us

We're actively looking for volunteer contributors to help build components, improve docs, fix bugs, and boost accessibility. Whether you're experienced or learning — see how you can help →

Releasing and deployment

For versioning, publishing to npm, and Storybook deployment, see DEPLOYMENT.md.

License

MIT — see LICENSE.


Related Links

Questions or bugs? Open an issue.