Displays a form input field, input groups, number input spinners, etc.
import { Input } from '@/components/ui/base-input'; export default function InputDemo() { return ( <div className="w-80"> <Input type="text" placeholder="Readonly" readOnly={true} value="Readonly input" /> </div> ); }
Part of ReUI — browse the full library on 21st.dev.