Number Input

Numeric input with stepper buttons, min/max clamping, precision, and locale-aware formatting.

Forms & Inputs@sisyphos-ui/number-inputView on npm

Preview

tsx

Installation

Install the individual package:

snippet.bashbash
pnpm add @sisyphos-ui/number-input @sisyphos-ui/core

Or use the umbrella package that bundles everything:

snippet.bashbash
pnpm add @sisyphos-ui/ui

Usage

Import the component styles and the component itself:

snippet.tsxtsx
import "@sisyphos-ui/number-input/styles.css";
import { NumberInput } from "@sisyphos-ui/number-input";

API

Props table is being written. See the package README for the complete API surface.

The full API including refs, ARIA attributes, and HTML passthroughs lives in the package README.