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