Autosize Textarea Demo
spectrumui/autosize-textarea-demoFreeComponent
component for the Autosize Textarea
Install it
npx shadcn@latest add https://ui.spectrumhq.in/r/autosize-textarea-demo.jsonSource
1import React from "react";2// import { AutosizeTextarea } from '@/components/ui/autosize-textarea';3import { AutosizeTextarea } from "@/app/registry/spectrumui/autosize-textarea";45const AutosizeTextareaDemo = () => {6 return (7 <div className="w-full px-10">8 <AutosizeTextarea placeholder="This textarea with min height 52 and unlimited max height." />9 </div>10 );11};1213export default AutosizeTextareaDemo;
What it pulls in
Other registry items
Files it writes
More from spectrumui
All 182 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | spectrumui | Components | Free | no deps | |
| Alert demoalert-1 | spectrumui | Components | Free | 1 dep | |
| Alert 2alert-2 | spectrumui | Components | Free | no deps | |
| Alert 3alert-3 | spectrumui | Components | Free | 1 dep | |
| Alert 4alert-4 | spectrumui | Components | Free | 1 dep | |
| Animated Cardanimated-card | spectrumui | Components | Free | 1 dep · 2 files | |
| Animated Draweranimated-drawer | spectrumui | Components | Free | 4 deps | |
| Animated SVG Chartanimated-SVG-chart | spectrumui | Components | Free | 1 dep |
