Feedbacksrc/components/ui/alert.tsx

Alert

Displays a callout for user attention.

Preview

Installation

Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.

bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/ui

Usage

import { Alert } from "@/components/ui/alert"

export function Example() {
  return <Alert>Alert</Alert>
}

API Reference

ExportPurpose
AlertComposable part exported by `@/components/ui/alert`.