Feature Tabs

feature_tabs renders a compact product tour where visitors can switch between related feature panels.

When to Use

Use it when several ideas share the same visual space: workflows, personas, product modules, or before/after narratives.

Usage

{{ feature_tabs(
title="Explore the workflow",
tab_1_label="Build",
tab_1_title="Compose pages",
tab_1_desc="Use shortcodes directly in Markdown."
) }}

Live Example

Explore the workflow

Compose pages

Use shortcodes directly in Markdown.

Local parameters
Responsive sections

Ship static output

Build with Zola and deploy the generated site anywhere.

Parameters

ParameterDescription
containerInner content width for the tabbed section.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy below the heading.
tab_N_labelButton label for tab N. Supports tab_1 through tab_4.
tab_N_iconOptional icon for tab N.
tab_N_titlePanel heading for tab N.
tab_N_descPanel description for tab N.
tab_N_metaSmall metadata line above the panel title.
tab_N_bullet_1First bullet for tab N.
tab_N_bullet_2Second bullet for tab N.
tab_N_bullet_3Third bullet for tab N.
bgFull-width section background token.
classAdditional CSS classes on the outer section.