Preview
Heads up!
You can add components using the CLI.
Success
Your changes have been saved.
Installation
terminal
Other package managers
bunx --bun shadcn@latest add https://trents.tech/r/alert.jsonUsage
example.tsx
import { Alert, AlertDescription, AlertTitle } from "@/components/ui/alert"
import { Terminal } from "lucide-react"
<Alert>
<Terminal className="size-4" />
<AlertTitle>Heads up!</AlertTitle>
<AlertDescription>
You can add components using the CLI.
</AlertDescription>
</Alert>