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


3. API

3.1 Alert

AttributeTypeDescriptionDefault
Children

React.ReactNode

Children Props Alert.-

3.2 AlertTitle

AttributeTypeDescriptionDefault
Children

React.ReactNode

Alert Title for Alert.-

3.3 AlertDescription

AttributeTypeDescriptionDefault
Children

React.ReactNode

AlertDescription For Alert.-