Skip to content

Commit

Permalink
Updated README.md; Usage and button type list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Daniel Bore committed Feb 13, 2017
1 parent 648d42d commit 5747c21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ to give the button some content, either as `children` or by using the `label`
property:

```javascript
import { ActionButton } from 'ffe-buttons-react';

<ActionButton onClick={clickHandler}>
<CoolIcon /> Awesome
</ActionButton>
Expand All @@ -25,7 +27,7 @@ property:
There are components available for all the button types:

```javascript
<ActionButton>, <PrimaryButton>, <SecondaryButton>, <ShortcutButton>, <TertiaryButton>
<ActionButton>, <BackButton>, <PrimaryButton>, <SecondaryButton>, <ShortcutButton>, <TertiaryButton>
```

### Supported props
Expand Down

0 comments on commit 5747c21

Please sign in to comment.