Documentation
Number Input
Numeric input with increment and decrement controls.
Installation
pnpm add @rouf-dev/pantheon-uiUsage
import { NumberInput } from "@rouf-dev/pantheon-ui";
<NumberInput placeholder="0" min={0} max={100} />Examples
Default
With Label and Limits
Enter a value between 1 and 10.