Alert
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.
Example Usage
Alert Colors
The alert component offers five Colors: success
, info
, warning
, error
, and default
:
Deployment Successful
Your application has been successfully deployed.
New Feature Added
A new feature has been added to the project.
High Memory Usage
The application is using a high amount of memory.
Build Failed
The latest build has failed. Please check the logs for details.
New Feature Added
A new feature has been added to the project.
Alert Variants
The alert component is available in three variants: default
, outlined
, and filled
:
Filled
Default
This is a filled Default Alert.
Success
This is a filled Success Alert.
Warning
This is a filled Warning Alert.
Danger
This is a filled Danger Alert.
Info
This is a filled Info Alert.
Outline
Default
This is a outline default Alert.
Success
This is a outline Success Alert.
Warning
This is a outline Warning Alert.
Danger
This is a outline Danger Alert.
Info
This is a outline Info Alert.