Theming
Overview
Theme Configuration
interface ThemeConfig {
primaryColor?: string; // Primary brand color
secondaryColor?: string; // Secondary/accent color
backgroundColor?: string; // Background color
textColor?: string; // Primary text color
borderColor?: string; // Border color
errorColor?: string; // Error state color
successColor?: string; // Success state color
fontFamily?: string; // Font family
borderRadius?: string; // Border radius
}Applying Themes
Global Theme (Client Level)
Per-Component Theme
Theme Properties
Colors
Property
Description
Default
Typography
Property
Description
Default
Spacing & Shape
Property
Description
Default
Preset Themes
Default
Dark Mode
Purple
Example: Custom Branded Theme
CSS Custom Properties
Live Theme Editor
Last updated
Was this helpful?
