Skip to main content

Variable: Input

@arolariu/components


@arolariu/components / Input

Variable: Input

const Input: 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 render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<Input type="email" placeholder="name@example.com" />

See

Base UI Documentation

// was this page useful?