Input

Displays a callout for user attention.

input-example

React

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

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

export default InputExamples;