mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
515 B
515 B
description, navigation
| description | navigation | ||||
|---|---|---|---|---|---|
| Learn how to customize the look and feel of the components. |
|
Theme
In the Theme section, we've seen how to customize our Tailwind CSS theme and that each component has a theme defined with slots and variants.
Some components also have a color prop, which allows you to customize the color of the component.
::component-code
props: color: 'green' slots: default: Button
::