Textarea with button
Install component
npxshadcn@latest add "https://21st.dev/r/serafimcloud/textarea-with-button"
import { TextareaDemo } from "@/components/ui/textarea-with-button"; function TextareaWithButtonDemo() { return ( <div className="block"> <TextareaDemo /> </div> ); } export { TextareaWithButtonDemo };