Comparison Cards

comparison_cards compares options, audiences, or approaches using equal cards and point lists.

When to Use

Use it when a full matrix is too heavy but visitors still need clear decision framing.

Usage

{{ comparison_cards(title="Choose your path", card_1_title="Manual", card_2_title="Composable") }}

Live Example

Choose the right section style

Use cards when each option needs narrative context.

Manual

Start from scratch

Maximum control, but every spacing and state decision is repeated.

Useful for one-off experiments

Composable

Use shortcodes

Production-ready sections keep pages aligned by default.

Consistent spacing

Shared tokens

Hybrid

Extend carefully

Use classes only when a specific page needs extra tuning.

Preserves the system

Parameters

ParameterDescription
containerInner content width.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy.
card_N_labelCard eyebrow label, up to 3 cards.
card_N_titleCard title.
card_N_descCard description.
card_N_point_NSupporting points, up to 4 per card.
card_N_iconOptional icon name.
bgFull-width section background token.
classAdditional CSS classes on the outer section.