serafim.eth

Textarea with label animation

Install component

npxshadcn@latest add "https://21st.dev/r/serafimcloud/textarea-with-label-animation"
import { TextareaDemo } from "@/components/ui/textarea-with-label-animation";

function TextareaWithLabelAnimationDemo() {
  return (
    <div className="block">
      <TextareaDemo />
    </div>
  );
}

export { TextareaWithLabelAnimationDemo };