mirror of
https://github.com/primer/css.git
synced 2025-01-04 20:33:13 +03:00
Add btn-link to README
This commit is contained in:
parent
4f1b326bcb
commit
057fbf55ce
@ -156,6 +156,14 @@ Make any button full-width by adding `.btn-block`. It adds `width: 100%;`, chang
|
||||
<p><button class="btn btn-sm btn-block" type="button">Small block button</button></p>
|
||||
```
|
||||
|
||||
## Link buttons
|
||||
|
||||
Buttons that looks like a link. **Note:** this should not be used with `.btn`.
|
||||
|
||||
```html
|
||||
<p><button class="btn-link" type="button">Link button</button></p>
|
||||
```
|
||||
|
||||
## With counts
|
||||
|
||||
You can easily append a count to a **small button**. Add the `.with-count` class to the `.btn-sm` and then add the `.social-count` after the button.
|
||||
|
Loading…
Reference in New Issue
Block a user