docs(components): demo size different than default

This commit is contained in:
Benjamin Canac
2024-07-26 13:03:24 +02:00
parent a6c4ffa013
commit b9249c0c3d
6 changed files with 6 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ Use the `size` prop to change the size of the Button.
::component-code
---
props:
size: md
size: xl
slots:
default: Button
---
@@ -93,7 +93,6 @@ Use the `leading` and `trailing` props to set the icon position or the `leading-
::component-code
---
props:
leadingIcon: ''
trailingIcon: i-heroicons-arrow-right
size: md
slots: