diff --git a/modules/primer-buttons/README.md b/modules/primer-buttons/README.md index 59670b74..dca56efe 100644 --- a/modules/primer-buttons/README.md +++ b/modules/primer-buttons/README.md @@ -156,6 +156,14 @@ Make any button full-width by adding `.btn-block`. It adds `width: 100%;`, chang

``` +## Link buttons + +Buttons that looks like a link. **Note:** this should not be used with `.btn`. + +```html +

+``` + ## 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.