Components
Shows the full Install Instructions component with npm/pnpm/bun tabs
npx shadcn@latest add https://21st.dev/r/samsiavoshian2009/install-packageLoading preview...
import { Component } from "@/components/ui/install-package";
export default function DemoOne() {
return <Component />;
}