--- title: Steps desc: Steps can be used to show a list of steps in a process. layout: components classnames: component: - class: steps desc: Container of multiple step nodes part: - class: step desc: A single step node - class: step-icon desc: For custom icon inside step color: - class: step-neutral desc: neutral color - class: step-primary desc: primary color - class: step-secondary desc: secondary color - class: step-accent desc: accent color - class: step-info desc: info color - class: step-success desc: success color - class: step-warning desc: warning color - class: step-error desc: error color direction: - class: steps-vertical desc: Makes steps vertical (default) - class: steps-horizontal desc: Makes steps horizontal --- ### ~Horizontal ```html ``` ### ~Vertical ```html ``` ### ~responsive (vertical on small screen, horizontal on large screen) ```html ``` ### ~With custom content in step-icon ```html ``` ### ~With data-content ```html ``` ### ~Custom colors ```html ``` ### ~With scrollable wrapper
```html
```