ENVOEnvision DS
← Back to Home

Sheet

A Sheet component.

Preview

Open in v0
Interactive preview template
sheet often requires open/close state and composed children. Use this page as a starting point.

Installation

External project (shadcn CLI)

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

Internal monorepo import

import { Sheet } from "@envo/envision-ds/sheet";

Usage

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