step-button

v4.9.10arrow_drop_down
v4.9.10
v4.5.2
v3.9.2
STATUS
Passing
DOWNLOADS
3,021
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
34 KB
Demos:
2 contributors
Install step-button as a package?
Copied
npm i @bit/mui-org.material-ui.step-button
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
chevron_left
chevron_right
stepButton ()

Demos:

API:

Properties
NameTypeDescription
active
bool

Passed in via Step - passed through to StepLabel.

alternativeLabel
bool

Set internally by Stepper when it’s supplied with the alternativeLabel property.

children
node

Can be a StepLabel or a node to place inside StepLabel as children.

classes
(required)
object

Override or extend the styles applied to the component. See CSS API below for more details.

className
string
completed
bool

Sets completed styling. Is passed to StepLabel.

disabled
bool

Disables the button and sets disabled styling. Is passed to StepLabel.

expanded
bool

potentially passed from parent Step

icon
node

The icon displayed by the step label.

last
bool
optional
node

The optional node to display.

orientation
'horizontal' | 'vertical'
Help and resources