Integration Cards

integration_cards renders linked or static cards for tools, platforms, and ecosystem integrations.

When to Use

Use it to show compatible tools, deployment targets, data sources, or technical stack components.

Usage

{{ integration_cards(title="Works with", item_1_icon="github", item_1_name="GitHub") }}

Live Example

Parameters

ParameterDescription
containerInner content width.
eyebrowSmall uppercase label above the heading.
titleSection heading.
descriptionSupporting copy.
columnsDesktop columns. Use 2 or 3.
item_N_iconOptional icon name.
item_N_nameIntegration name, up to 6.
item_N_descIntegration description.
item_N_statusOptional status badge.
item_N_hrefOptional card URL.
bgFull-width section background token.
classAdditional CSS classes on the outer section.