feat(Divider): handle size prop (#1307)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
adjabaev
2024-02-07 13:48:11 +01:00
committed by GitHub
parent a506cbbcb0
commit cbeede66bb
5 changed files with 35 additions and 11 deletions

View File

@@ -68,19 +68,15 @@ excludedProps:
### Size
You can change the size of the divider by using the `ui` prop
Use the `size` prop to change the size of the divider.
::component-card
---
props:
label: Nuxt UI
ui:
border:
size:
horizontal: border-t-2
size: sm
excludedProps:
- label
- ui
---
::