Alert
Components to display alert.
Failed Alert
This is failed example alert components
Usage
import { Alert } from "sabalong-ui";
<Alert/>Success Alert
This is success example alert components
Usage
import { AlertGreen } from "sabalong-ui";
<AlertGreen/>Neutral Alert
this is neutral example alert components
Usage
import { AlertNeutral } from "sabalong-ui";
<AlertNeutral/>Costum Text
you can costum alert message
<Alert
Text="Example Message"
/>
<AlertGreen
Text="Example Message"
/>
<AlertNeutral
Text="Example Message"
/>