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