Skip to content

Commit

Permalink
chore: improve get started (#509)
Browse files Browse the repository at this point in the history
* chore: improve get started

* fix: use react markdown to render markdown file

* fix: use storybook components with react markdown
  • Loading branch information
floridemai authored Jun 25, 2024
1 parent 1101bdb commit e25aaf8
Show file tree
Hide file tree
Showing 4 changed files with 418 additions and 7 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,21 @@ To run Storybook tests for the project, run:
```js
npm run test-storybook
```

## Usage

Just import:

```js
import { Button, ButtonGroup } from '@nearform/quantum'
```

And use:

```jsx
<ButtonGroup>
<Button>One</Button>
<Button>Two</Button>
<Button>Three</Button>
</ButtonGroup>
```
Loading

0 comments on commit e25aaf8

Please sign in to comment.