step

v0.1.15arrow_drop_down
v0.1.15
v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
STATUS
Passing
DOWNLOADS
152
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
N/A
1 contributor
Install step as a package?
Copied
npm i @bit/clui.nui-ui.logical.step
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
chevron_left
chevron_right

Description

Provide logic to contruct linear, one direction, step by step experience. This component has to be wrapped inside the StoreProvider component. Please refer to the story example for the usage.

Import from bit.dev

https://bit.dev/clui/nui-ui/logical/step

yarn add @bit/clui.nui-ui.logical.step

https://bit.dev/clui/nui-ui/store

yarn add @bit/clui.nui-ui.store

import { StoreProvider, goToStep, resetSteps } from '@bit/clui.nui-ui.store';
import Step from '@bit/clui.nui-ui.logical.step';

Props

Below are the props defined for this component:

NameTypeDefaultDescription
id*string--
showInitiallybooleanfalse-
Properties
NameTypeDefault value
showInitially
?false
Help and resources