apps/design-system/content/docs/components/input.mdx
npx shadcn-ui@latest add input
<Step>Copy and paste the following code into your project.</Step>
<ComponentSource name="input" /><Step>Update the import paths to match your project setup.</Step>
</Steps> </TabsContent> </Tabs>import { Input } from '@/components/ui/input'
<Input />