NumberStepper
import { NumberStepper } from '@app/components/NumberStepper'
Name
Description
Preview
value
number
min
number
max
number
step
number
placeholder
string
disabled
boolean
readOnly
boolean
hasError
boolean
className
string
pressableClassName
string
textInputClassName
string
placeholderClassName
string
placeholderTextColor
string
Location
You can find the source of the NumberStepper
component in the following location:
- NumberStepper.styled.tsx
Disclaimer - Automatic Docgen
🤖
These dynamic component docs were auto-generated with npm run regenerate-docs
. You can hook into automatic docgen by exporting getDocumentationProps
from a component file. You’ll want to provide example props from the ComponentProps zod schema, e.g:
NumberStepper.styled.tsx
/* --- Docs ---------------------- */
export const getDocumentationProps = NumberStepperProps.documentationProps('NumberStepper')