Here is Alert component
import Alert from "@/components/ui/alert"; export default function DemoOne() { return ( <div className="flex flex-col gap-4 p-4"> <Alert variant="brand" title="Brand Alert" description="This is a brand-styled alert" /> </div> ); }
Part of Subframe UI — browse the full library on 21st.dev.