ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
components/ui/stepper
StepperProps
Interface StepperProps
interface
StepperProps
{
defaultValue
?:
number
;
value
?:
number
;
onValueChange
?:
(
value
:
number
)
=>
void
;
orientation
?:
StepperOrientation
;
indicators
?:
StepIndicators
;
}
Hierarchy
HTMLAttributes
<
HTMLDivElement
>
StepperProps
Index
Properties
default
Value?
value?
on
Value
Change?
orientation?
indicators?
Properties
Optional
default
Value
defaultValue
?:
number
Optional
value
value
?:
number
Optional
on
Value
Change
onValueChange
?:
(
value
:
number
)
=>
void
Optional
orientation
orientation
?:
StepperOrientation
Optional
indicators
indicators
?:
StepIndicators
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
default
Value
value
on
Value
Change
orientation
indicators
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...