Variable: Input
@arolariu/components / Input
Variable: Input
constInput:ForwardRefExoticComponent<Omit<InputProps,"ref"> &RefAttributes<HTMLElement>>
Defined in: components/ui/input.tsx:37
Renders a styled text input for free-form single-line entry.
Remarks
- Renders an
<input>element by default - Built on Base UI Input
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<Input type="email" placeholder="name@example.com" />
See
// was this page useful?