Styling
Learn how to style and customize components using Tailwind CSS and CSS variables.
Tailwind CSS
All components are built using Tailwind CSS classes. You can customize their appearance using Tailwind utility classes or by extending the default theme.
CSS Variables
Components use CSS variables for colors, spacing, and other design tokens. You can override these variables to match your brand.
Component Variants
Many components support variants that can be used to change their appearance. You can also create custom variants.
Best Practices
- Use CSS variables for global design tokens
- Create reusable utility classes for common patterns
- Extend the Tailwind theme for custom values
- Use variants for consistent component styling