mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 00:40:34 +01:00
docs: add version select (#532)
This commit is contained in:
@@ -31,7 +31,7 @@ props:
|
||||
|
||||
Use the `color` and `variant` props to change the visual style of the Badge.
|
||||
|
||||
- `variant` can be `solid` (default), `outline`, `soft` or `subtle`. :u-badge{label="New" class="!rounded-full" variant="subtle"}
|
||||
- `variant` can be `solid` (default), `outline`, `soft` or `subtle`.
|
||||
|
||||
::component-card
|
||||
---
|
||||
@@ -45,7 +45,7 @@ Badge
|
||||
|
||||
Besides all the colors from the `ui.colors` object, you can also use the `white` and `black` colors with their pre-defined variants.
|
||||
|
||||
#### White :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full" variant="subtle"}
|
||||
#### White
|
||||
|
||||
::component-card
|
||||
---
|
||||
@@ -62,7 +62,7 @@ excludedProps:
|
||||
Badge
|
||||
::
|
||||
|
||||
#### Gray :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full" variant="subtle"}
|
||||
#### Gray
|
||||
|
||||
::component-card
|
||||
---
|
||||
@@ -79,7 +79,7 @@ excludedProps:
|
||||
Badge
|
||||
::
|
||||
|
||||
#### Black :u-badge{label="New" class="ml-2 align-text-bottom !rounded-full" variant="subtle"}
|
||||
#### Black
|
||||
|
||||
::component-card
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user