Skip to content

ZNumberInput

NumberInput component from zurto-ui.

Preview

Import

typescript
import { ZNumberInput } from "zurto-ui";

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

tsx
<ZNumberInput size="sm">Small</ZNumberInput>
<ZNumberInput size="md">Medium</ZNumberInput>
<ZNumberInput size="lg">Large</ZNumberInput>

Accessibility

  • ✅ Proper ARIA attributes included
  • ✅ Keyboard navigation support
  • ✅ Screen reader friendly
  • ✅ Focus visible indicators

Released under the MIT License.