Alert
The Alert component is used to show Alert.
1. Import
KUMUI exports 3 Alert-related components:
import { Alert, AlertTitle, AlertDescription } from "@rohitgadekar/kimui";
2. Usage
Heads up!
You can add components to your app using the cli.
3. API
3.1 Alert
| Attribute | Type | Description | Default |
|---|---|---|---|
| Children | React.ReactNode | Children Props Alert. | - |
3.2 AlertTitle
| Attribute | Type | Description | Default |
|---|---|---|---|
| Children | React.ReactNode | Alert Title for Alert. | - |
3.3 AlertDescription
| Attribute | Type | Description | Default |
|---|---|---|---|
| Children | React.ReactNode | AlertDescription For Alert. | - |