diff --git a/apps/showcase/doc/button/BadgeDoc.vue b/apps/showcase/doc/button/BadgeDoc.vue index c9b51773a..588cf03e9 100644 --- a/apps/showcase/doc/button/BadgeDoc.vue +++ b/apps/showcase/doc/button/BadgeDoc.vue @@ -4,7 +4,7 @@
When disabled is present, the element cannot be edited and focused.
+When disabled is present, the element cannot be used.
The button element can be displayed as a link element visually when the link property is present. If you need to use buttons for actual navigations, use the as property to customize the rendered element.
Outlined buttons display a border without a background initially.
+Outlined buttons display a border without a transparent background.
Text buttons can be displayed as raised as well for elevation.
+Text buttons can be displayed elevated with the raised option.
Custom content inside a button is defined as children.