Components
Loading preview...
Here is textarea with icon component
@shadcnspace
npx shadcn@latest add https://21st.dev/r/shadcnspace/textarea-with-iconimport TextareaIconDemo from "@/components/ui/textarea-with-icon";
export default function DemoOne() {
return <TextareaIconDemo />;
}