Skip to main content

Input

@arolariu/components


@arolariu/components / Input

Input

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

Type Aliases

// was this page useful?