docs(components): split color and variant into two sections

This commit is contained in:
Benjamin Canac
2024-07-26 15:17:46 +02:00
parent 3a1ba1dfa3
commit aca319bc36
6 changed files with 82 additions and 15 deletions

View File

@@ -103,9 +103,9 @@ props:
You can customize this icon globally in your `app.config.ts` under `ui.icons.check` key.
::
### Style
### Color
Use the `color` prop to change the style of the Checkbox.
Use the `color` prop to change the color of the Checkbox.
::component-code
---