ENVOEnvision DS
← Back to Home

Alert

A Alert component.

Preview

Open in v0

Installation

External project (shadcn CLI)

npx shadcn@latest add https://envo-hub-envision-94aqj04ee-envo-norway.vercel.app/r/alert.json

Internal monorepo import

import { Alert } from "@envo/envision-ds/alert";

Usage

import { Alert } from "@envo/envision-ds/alert"; export function Example() { return <Alert />; }