Skip to content

Commit

Permalink
fix: use regular build script
Browse files Browse the repository at this point in the history
  • Loading branch information
artmsilva committed May 7, 2024
1 parent 909be34 commit 61919a8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
23 changes: 23 additions & 0 deletions packages/kit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# @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.

2 changes: 2 additions & 0 deletions packages/tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ Import the CSS into your project:
```

Ta-da!

Thank you!

0 comments on commit 61919a8

Please sign in to comment.