Alert

Displays a callout for user attention.

Installation

npx @kosori/cli add components alert

Usage

import { Alert, AlertDescription, AlertTitle } from '~/components/ui/alert';
<Alert>
  <Terminal className='h-4 w-4' />
  <AlertTitle>Heads up!</AlertTitle>
  <AlertDescription>
    You can add components and dependencies to your app using the cli.
  </AlertDescription>
</Alert>

Reference

PropTypeDefault
intent
enum
default

Examples

Intents

Default

Info

Success

Warning

Error

On this page