Shows the full Install Instructions component with npm/pnpm/bun tabs
Loading preview...
import { Component } from "@/components/ui/install-package"; export default function DemoOne() { return <Component />; }