File size: 721 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
## Component Definition
The essence of Alert is to understand the alerts that need attention within pages/modules
<code src="./design/behavior-pattern.tsx" inline></code>
## Basic Usage
<code src="./design/demo/content" description="Display alert content, can also be used together with titles">Understanding Alert Content</code>
<code src="./design/demo/type" description="Combined with background colors and icons to understand alert types (success, info, warning, error)">Understanding Alert Types</code>
## Interactive Variants
<code src="./design/demo/action" description="Can perform operations on alerts such as closing, expanding/collapsing, or executing other actions">Perform Operations on Alerts</code>
|