# @washingtonpost/wpds-ui-kit

To install the `@washingtonpost/wpds-ui-kit` package, run the following command:

```bash
npm install @washingtonpost/wpds-ui-kit
```

## Usage

```jsx
import React from "react";
import { Button } from "@washingtonpost/wpds-ui-kit";

const App = () => <Button>Click me</Button>;

export default App;
```

[Visit](https://build.washingtonpost.com) for more information.
