Textarea

Displays a callout for user attention.

textarea-example

React

import { Textarea } from "@backend-ai/ui/components";

const TextareaExamples = () => {
  return <Textarea placeholder="Write here..." className="w-full" />;
};

export default TextareaExamples;