Custom Variants
Mijn-UI provides the flexibility to create custom variants for components, allowing you to tailor them to your project's specific needs. By extending components and their properties, you can easily customize styles and behaviors.
You can create or override the component variants
, defaultVariants
, and compoundVariants
.
Note:
For quick customizations, refer to the Override Styles documentation.
Creating Custom Variants for Single-Slot Components
Components like the Label
, Badge
have only one slot, meaning they don't have multiple parts that can be individually customized. However, you can still create custom variants to change their appearance and behavior.
If you are not familiar with the variants concept, please refer to the Tailwind Variants documentation.
Example: Custom Badge Variant
Here's how you can create a custom variant for the Badge component, Go here to view the styles source code.
Extended Badge
Extended Badge
Creating Custom Variants for Multi-Slot Components
For components with multiple slots, such as the Input component, you can create custom variants for each slot. This allows for more granular control over the component's appearance and behavior.
If you are not familiar with the variants concept, please refer to the Tailwind Variants documentation.
Example: Custom Input Variant
Here's how you can create a custom variant for the Input component, Go here to view the styles source code.
Note:
All MijnUI components have the Styles source link on top of the page. This link will take you to the styles source code of the component. You can use this as a reference when creating your own custom component.
Types
Main Function
Options
Config
See the Tailwind Merge Config to learn more about it.