Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt

Use this file to discover all available pages before exploring further.

NumberField

A text field for entering numeric values with increment/decrement buttons.

Import

import * as NumberField from '@base-ui/react/number-field';

NumberField.Root

Groups all number field parts.

Props

NumberField.Input

The text input for entering numeric values.

NumberField.Increment

Button to increase the value.

NumberField.Decrement

Button to decrease the value.

NumberField.ScrubArea

An area that can be dragged to scrub through values.

Props

NumberField.ScrubAreaCursor

Custom cursor element displayed while scrubbing.

Build docs developers (and LLMs) love