ENVOEnvision DS
← Back to Home

Direction

A Direction component.

Preview

Open in v0
directionAuto

No dedicated preview is defined for this component yet. Add a custom entry in src/lib/component-previews.tsx to render a richer interactive demo.

Installation

External project (shadcn CLI)

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

Internal monorepo import

import { Direction } from "@envo/envision-ds/direction";

Usage

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