Foundation
Main View
Components
Charts
Dialogs
Framer Animations
Forms
Grids
Typography
Tools
Package: @uireact/progress-indicator
Used to represent the progress in a multi step process
1. Make sure you install peer dependencies first:
2. Install package:
npm i -S @uireact/progress-indicator
<> <UiProgressIndicator> <UiProgressIndicatorItem> <UiText>Step 1</UiText> </UiProgressIndicatorItem> <UiProgressIndicatorItem> <UiText>Step 2</UiText> </UiProgressIndicatorItem> <UiProgressIndicatorItem> <UiText>Step 3</UiText> </UiProgressIndicatorItem> </UiProgressIndicator> </>
This is the step 1
This is the step 2
This is the step 3
This is step 1