ThemeCustomizer
Real-time theme engine for controlling HSL colors, typography, and custom theme generation.
Advanced Build
Interactive Preview
Initialising Operative...
Architecture
Component Architecture
ThemeCustomizer/
Prop Usage
| Prop | Type | Default | Description |
|---|---|---|---|
defaultOpen | boolean | false | Whether the customizer panel starts open. |
className | string | — | Additional classes on the panel container. |
Usage
import { ThemeCustomizer } from '@/ui';
// Mount once in your root layout — it adds a floating trigger button
<ThemeCustomizer />