We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7e762 commit 153002eCopy full SHA for 153002e
src/components/button/README.md
@@ -126,6 +126,8 @@ padding and size of a button.
126
127
## Pill style
128
129
+<span clas="badge badge-info small">NEW in 2.0.0-rc.20</span>
130
+
131
Prefer buttons with a more rounded-pill style? Just set the prop `pill` to true.
132
133
```html
@@ -143,7 +145,7 @@ Prefer buttons with a more rounded-pill style? Just set the prop `pill` to true.
143
145
144
146
## Disabled state
147
-Set the `disabled` prop to disable button default functionality. `disabled` also works with buttons,
148
+Set the `disabled` prop to disable button default functionality. `disabled` also works with buttons
149
rendered as `<a>` elements and `<router-link>`.
150
151
0 commit comments