Sheet
A Sheet component.
Preview
Installation
External project (shadcn CLI)
npx shadcn@latest add https://envo-hub-envision-94aqj04ee-envo-norway.vercel.app/r/sheet.jsonInternal monorepo import
import { Sheet } from "@envo/envision-ds/sheet";Usage
import { Sheet } from "@envo/envision-ds/sheet";
export function Example() {
return <Sheet />;
}