Skip to content

Commit 153002e

Browse files
authored
chore(docs): minor update to button docs
1 parent 4e7e762 commit 153002e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/button/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ padding and size of a button.
126126

127127
## Pill style
128128

129+
<span clas="badge badge-info small">NEW in 2.0.0-rc.20</span>
130+
129131
Prefer buttons with a more rounded-pill style? Just set the prop `pill` to true.
130132

131133
```html
@@ -143,7 +145,7 @@ Prefer buttons with a more rounded-pill style? Just set the prop `pill` to true.
143145

144146
## Disabled state
145147

146-
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
147149
rendered as `<a>` elements and `<router-link>`.
148150

149151
```html

0 commit comments

Comments
 (0)