Theme
Learn how to use themes in MijnUI to create consistent and visually appealing user interfaces.
What is a Theme
A theme in MijnUI is a collection of predefined styles, including colors, layout attributes, and UI components. Themes ensure visual consistency across your application, making it easier to manage and scale your design system.
Setup
Note:
If you're using pnpm with a monorepo architecture, ensure your configuration points to the ROOT node_modules
directory.
Configure tailwind.config.ts
Default Plugin Options
Themes Options
These are the options that you can use to apply custom configurations to your themes.
Nested themes
MijnUI supports nested themes, allowing you to apply different themes to different sections of your application:
Theme based variants
MijnUI supports nested themes, enabling you to apply different themes to specific sections of your application:
API Reference
The following table provides an overview of the various attributes you can use when working with themes in MijnUI:
Attribute | Type | Description | Default |
---|---|---|---|
prefix | string | The prefix for the css variables. | mijnui |
defaultTheme | light | dark | The default theme to use. | light |
defaultExtendTheme | light | dark | The default theme to extend. | light |
layout | LayoutTheme | The layout definitions. | - |
themes | ConfigThemes | The theme definitions. | - |