Alert
A Alert component.
Preview
System Notice
Your registry endpoint is serving live component metadata.
Installation
External project (shadcn CLI)
npx shadcn@latest add https://envo-hub-envision-94aqj04ee-envo-norway.vercel.app/r/alert.jsonInternal monorepo import
import { Alert } from "@envo/envision-ds/alert";Usage
import { Alert } from "@envo/envision-ds/alert";
export function Example() {
return <Alert />;
}