Skip to content

Commit

Permalink
Merge pull request #352 from neojp/patch-1
Browse files Browse the repository at this point in the history
Update CSS class name in `button` documentation
  • Loading branch information
mansona authored Oct 12, 2020
2 parents 389a2b5 + f90c7d5 commit a5659f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To add interactivity you can pass an action to `onClicked`
```

## Styling Links
It is also possible to style a link to look like a button using the `something` class
It is also possible to style a link to look like a button using the `es-button` or `es-button-secondary` class.

```html
<a href="https://emberjs.com" class="es-button">Go to Ember homepage</a>
Expand Down

0 comments on commit a5659f3

Please sign in to comment.