Customization
Layout
MijnUI provides layout options to configure spacing, font sizes, line heights, and more for a consistent design.
MijnUI allows you to customize layout settings, including spacing, font sizes, line heights, border radius, and more. These layout options help ensure consistency across your components without the need to modify the default Tailwind CSS configuration.
Layout options are applied to all components.
Default Layout
The default values for layout tokens are as follows:
CSS Variables
MijnUI generates CSS variables for layout tokens using the format --prefix-prop-name-scale
. The default prefix is mijnui
, but you can change it with the prefix
option.
These variables can be used in your styles:
API Reference
Attribute | Type | Description |
---|---|---|
hoverOpacity | string, number | Opacity when the component is hovered. Must be a value between 0 and 1. |
disabledOpacity | string, number | Opacity when the component is disabled. Must be a value between 0 and 1. |
dividerWeight | string | Height for the divider component. Recommended unit: px . |
fontSize | FontThemeUnit | Font size for text components. |
lineHeight | FontThemeUnit | Line height for text components. |
radius | BaseThemeUnit | Border radius for components. Recommended unit: rem . |
borderWidth | BaseThemeUnit | Border width for components. |
boxShadow | BaseThemeUnit | Box shadow for components. |