Skip to main content

Variable: NumberFieldInput

@arolariu/components


@arolariu/components / NumberFieldInput

Variable: NumberFieldInput

const NumberFieldInput: ForwardRefExoticComponent<Omit<Omit<NumberFieldInputProps, "ref"> & RefAttributes<HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement>>

Defined in: components/ui/number-field.tsx:96

Renders the text input used for numeric entry.

Remarks

  • Renders an <input> element by default
  • Built on Base UI Number Field input primitives

Example

<NumberFieldInput aria-label='Quantity' />

See

Base UI Number Field Docs

// was this page useful?