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