-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Describe the use case precisely
To show information is a higher priority. For error / success / warning or just info
Variants
- Error (red)
- Warning (yellow)
- Success (green)
- Info (white)
Functionality
- Dismissible with X icon
- Heading
- Text
Code example
Without Heading
<Alert variant={string} dismissible={boolean}>
text
</Alert>With Heading
<Alert variant={string} dismissible={boolean}>
<Alert.Heading>heading</Alert.Heading>
text
</Alert>Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request