Files
ui/docs/content/1.getting-started/4.colors.md
2024-09-12 18:29:01 +02:00

515 B

description, navigation
description navigation
Learn how to customize the look and feel of the components.
badge
label
Todo

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

::

Color Aliases