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