# @amsterdam/design-system-react

> All React components from the Amsterdam Design System. Use it to compose pages in your website or application.

Latest version **4.4.0** (published 2026-08-08) · EUPL-1.2 license · 0 weekly downloads

## Install

```sh
npm install @amsterdam/design-system-react
pnpm add @amsterdam/design-system-react
yarn add @amsterdam/design-system-react
bun add @amsterdam/design-system-react
```

## Health

**Score 75/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; has provenance; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 4.4.0 |
| Published | 2026-08-08 |
| First published | 2023-02-10 |
| Weekly downloads | 0 |
| License | EUPL-1.2 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 3 |
| Unpacked size | 1.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 38 |
| Author | Design System Team, City of Amsterdam <designsystem@amsterdam.nl> |
| Maintainers | datapunt-admin, leonardsmit, thomasbandit, remyvdwereld, alimpens, vincent.smedinga, dlnr, terryadamgem |
| Keywords | amsterdam, amsterdam-design-system, design-system, nl-design-system, react |

## Links

- npm: https://www.npmjs.com/package/@amsterdam/design-system-react
- Repository: https://github.com/Amsterdam/design-system
- Homepage: https://designsystem.amsterdam
- npm.io page: https://npm.io/package/@amsterdam/design-system-react

## Dependencies (3)

- [clsx](https://npm.io/package/clsx.md) 2.1.1
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) 7.29.7
- [@amsterdam/design-system-react-icons](https://npm.io/package/@amsterdam/design-system-react-icons.md) 2.2.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 4.4.0 (latest) — 2026-08-08
- 4.3.0 — 2026-07-12
- 4.2.0 — 2026-06-23
- 4.1.0 — 2026-04-24
- 4.0.0 — 2026-04-19
- 3.3.0 — 2026-04-03
- 3.2.1 — 2026-03-19
- 3.2.0 — 2026-03-13
- 3.1.0 — 2026-01-28
- 3.0.0 — 2026-01-09
- 2.2.0 — 2025-11-21
- 2.1.0 — 2025-10-31
- 2.0.2 — 2025-09-26
- 2.0.1 — 2025-09-19
- 2.0.0 — 2025-09-17
- … 32 more at https://npm.io/package/@amsterdam/design-system-react/versions

## README

<!-- @license CC0-1.0 -->

# Amsterdam Design System: React components

This package provides all React components from the [Amsterdam Design System](https://designsystem.amsterdam).
Use it to compose pages in your websites.

## Introduction

This package is the primary entry point for digital services that we build in-house.
We’ve adopted the architecture of [NL Design System](https://nldesignsystem.nl/).

## Installation

The components reference our
[stylesheets](https://www.npmjs.com/package/@amsterdam/design-system-css),
[design tokens](https://www.npmjs.com/package/@amsterdam/design-system-tokens)
[assets](https://www.npmjs.com/package/@amsterdam/design-system-assets),
and [React icons](https://www.npmjs.com/package/@amsterdam/design-system-react-icons).
Install all packages.

```sh
npm install @amsterdam/design-system-assets @amsterdam/design-system-css @amsterdam/design-system-react @amsterdam/design-system-react-icons @amsterdam/design-system-tokens
```

The React components themselves are unstyled.
[Override the design tokens](https://github.com/Amsterdam/design-system/blob/main/packages-proprietary/tokens/README.md) to use them with a different branding.

## Usage

Import the stylesheets for the fonts, tokens, and components.
Then import and use the components in your JSX.

<!-- prettier-ignore -->
```tsx
import { Paragraph } from "@amsterdam/design-system-react"

import "@amsterdam/design-system-assets/font/index.css"
import "@amsterdam/design-system-css/dist/index.css"
import "@amsterdam/design-system-tokens/dist/index.css"

const App = () => (
  <Paragraph>Hello, world!</Paragraph>
)

export default App
```

## Updating

We follow semantic versioning and publish a [change log](https://github.com/Amsterdam/design-system/blob/main/packages/react/CHANGELOG.md) to guide you through updates.
The React components are a public API of the design system.
TypeScript helps to detect changed or deleted components, props, or prop values.

## Support

Contact us if you have a question, find an issue, or want to contribute.
Find ways to reach us on [designsystem.amsterdam](https://designsystem.amsterdam/?path=/docs/docs-introduction--docs#send-a-message).

---
_Source: https://npm.io/package/@amsterdam/design-system-react · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
