Alert

An alert component for displaying messages with title and description

Installation

Usage

import { Alert, AlertClose, AlertContent } from '@/components/ui/alert'
import { InfoIcon, XIcon } from '@/components/ui/icon'

<Alert>
  <InfoIcon class='size-4' />
  <AlertContent>Kiwa UI is SSR-first.</AlertContent>
  <AlertClose><XIcon class='size-3.5' /></AlertClose>
</Alert>