Components
Alerts
Import
import { Alert } from "@cider-ui/cider-ui";
Usage
success
Hello world!
<Alert title="sucess" label="Hello world!" />
Styles
Success:
Hello world!
Warning:
Hello world!
Info:
Hello world!
New:
Hello world!
Error:
Hello world!
<Alert title="Success: " label="Hello world!" severity="success"/>
<Alert title="Warning: " label="Hello world!" severity="warning"/>
<Alert title="Info: " label="Hello world!" severity="info"/>
<Alert title="New: " label="Hello world!" severity="new"/>
<Alert title="Error" label="Hello world!" severity="error"/>