Here is textarea with floating label component
Loading preview...
import TextareaWithFloatingLabelDemo from "@/components/ui/textarea-with-floating-label"; export default function DemoOne() { return <TextareaWithFloatingLabelDemo/>; }