InputAn input field.DocsAPI Referenceinput-demo.tsxinput-demo.module.cssCSS Modulesimport { Input } from "@/components/ui/input/input"; import styles from "./input-demo.module.css"; export default function InputDemo() { return <Input className={styles.input} placeholder="Enter your email..." />; } view code Installation CLIManualnpmpnpmCSS Modulesnpx shadcn@latest add @roiui/inputnpx shadcn@latest add @roiui/input-tailwind Anatomy anatomy<Input /> view code