Skip to content

Commit f59f4ea

Browse files
committed
docs(Badge): add square documentation
1 parent 181b4a3 commit f59f4ea

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/content/3.components/badge.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,21 @@ slots:
6969
---
7070
::
7171

72+
### Square
73+
74+
Use the `square` prop to make the Badge squared.
75+
76+
::component-code
77+
---
78+
props:
79+
icon: i-lucide-rocket
80+
square: true
81+
size: md
82+
color: primary
83+
variant: solid
84+
---
85+
::
86+
7287
### Icon
7388

7489
Use the `icon` prop to show an [Icon](/components/icon) inside the Badge.

0 commit comments

Comments
 (0)