Alert
Displays important information with optional icon and multiple variants
Example
Loading preview…
Alert
Displays important information with optional icon and multiple variants
Source: packages/appkit-ui/src/react/ui/alert.tsx
Props
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
variant | "default" | "destructive" | null | - | - |
Usage
import { Alert } from '@databricks/appkit-ui';
<Alert /* props */ />
AlertDescription
Descriptive text content for an alert component
Source: packages/appkit-ui/src/react/ui/alert.tsx
Props
This component extends standard HTML element attributes.
Usage
import { AlertDescription } from '@databricks/appkit-ui';
<AlertDescription /* props */ />
AlertTitle
Title text for an alert component
Source: packages/appkit-ui/src/react/ui/alert.tsx
Props
This component extends standard HTML element attributes.
Usage
import { AlertTitle } from '@databricks/appkit-ui';
<AlertTitle /* props */ />