WPDS's UiKit coded in React using Stitches, Radix UI and more! Also home to our docs site
The Washington Post Design System (WPDS) UI Kit is a mono-repo of UI Kit and documentation site. It is heavily inspired by Chakra UI, Radix UI, and others. The UI Kit provides a collection of components and resources for building a React site.
To install the WPDS UI Kit, follow these steps:
npm install @washingtonpost/wpds-ui-kit
import { Button, Input, Card } from '@washingtonpost/wpds-ui-kit';
The WPDS UI Kit is a comprehensive collection of components and resources for building a React site. It is developed under the MIT License and offers features such as a dependency graph, React guide, contribution instructions, Slack support, documentation site, and a storybook site for component development. Installing the UI Kit involves adding the package to your project and importing the desired components into your code.