Alert
Import
import { Alert, AlertDescription } from '@sparrowengg/twigs-react';
Usage
Result
Loading...
Live EditorOpen in playground
<Alert status='info'> <AlertDescription> Password should have a minimum length of 6. </AlertDescription> </Alert>
Props
| Property | Description | Type | Default |
|---|---|---|---|
| status | color of the alert | success error warning info | info |
| size | sm md | sm | |
| closable | show a close button on alert | boolean | false |
| onClose | callback function to be called on clicking the close button | ||
| icon | Change the default alert icon | JSX Element |