Components
Alert
A component for displaying critical information or notifications.
New Feature Added
A new feature has been added to the project.
Installation
NPM packages are currently unstable and may cause issues. Use it at your own risk.
Usage
Alert Variants
Default
This is a outline default Alert.
Danger
This is a outline Danger Alert.
Alert Style Slots
Slot Name | Targeted Component | Purpose |
---|---|---|
base | Alert | Applies styles to the root Alert component. |
iconWrapper | Alert | Styles the wrapper around the alert icon. |
title | Alert | Styles the alert title. |
description | Alert | Styles the alert description text. |