Using Presets
Presets allow you to reuse styles. They are based on CSS classes and serve as an alternative to roles.
Defining Presets
Global Presets
.card {
padding: 20px;
border-radius: 15px
}Form Presets
Using Custom CSS
Local Presets
Presets within Presets
In Global Presets
In Form Presets
In Local Presets
Adding and Managing Presets
Adding Presets to a component

Appending Presets
Removing Presets
Toggling Presets
Last updated