Steps

The steps section displays a process or how-it-works flow with numbered or icon-based steps. It supports three layout variants: horizontal (responsive grid), vertical (stacked with side markers), and cards (boxed horizontal). Optional connector lines visually link steps together.

Configuration

Basic Structure

sectionType: steps
classes: ''              # Optional: 'has-connectors', 'is-outlined'
text:
  title: 'How It Works'
  subTitle: 'Get started easily'
steps:
  layout: 'horizontal'   # 'horizontal', 'vertical', or 'cards'
  showNumbers: true      # Show numbered circles
  items:
    - title: 'Step One'
      description: 'Description text'
      icon: 'user-plus'  # Optional icon

Configuration Options

Layout Options

LayoutDescription
horizontalResponsive grid layout (default)
verticalStacked with markers on the left
cardsBoxed horizontal with borders

Style Modifiers (via classes)

ClassDescription
has-connectorsAdds visual lines between steps
is-outlinedOutlined number circles instead of filled

Step Properties

PropertyTypeRequiredDescription
titlestringYesStep title
descriptionstringNoStep description
iconstringNoIcon name from the icon library

Icons

The steps section uses the site's icon library fromlib/layouts/icons/. Common icons for steps include:user-plus,settings,rocket,search,pen-tool,code,upload-cloud,check-square,users,layers,link,bar-chart,trending-up.