- Components
- utilities
- common
Shared Utilities
Guide to shared component utilities in Preset UI
Preset UI offers a range of utilities for various components such as accordion, alert, and badge. These components share similar configuration options, making it easy to manage and customize them collectively.
Common Variants
| ClassName | Description | Example |
|---|---|---|
ui-variantName | Apply variantName style to an Element | ui-solid |
Common Sizes
Availabele
xs, sm, md, lg, xl Example
<span class="ui-soft-primary ui-size-md">
Message Here
</span>
<div class="ui-solid ui-card-md">
A Solid UI Element Example with Gray
</div>