Direction
A Direction component.
Preview
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.jsonInternal monorepo import
import { Direction } from "@envo/envision-ds/direction";Usage
import { Direction } from "@envo/envision-ds/direction";
export function Example() {
return <Direction />;
}