Comparison table

A feature/pricing comparison grid.

Feature comparison
Feature Free Pro Team
Projects 3 Unlimited Unlimited
Analytics
SSO

API reference

Inputs

PropTypeDefaultDescription
tiersreadonly string[][]Column headers, one per pricing/feature tier.
rowsreadonly ComparisonRow[][]Feature rows; each holds one value per tier.
highlightstring | number | nullnullTier to emphasize, by index or tier name; `null` highlights none.
featureLabelstring'Feature'Header text for the leading feature column.
includedLabelstringAccessible label for the included (check) icon.
notIncludedLabelstringAccessible label for the not-included (dash) marker.

Types

ComparisonRow

FieldTypeDescription
featurestringFeature name shown in the row's leading header cell.
valuesreadonly (string | boolean)[]Per-tier values; `true` shows a check, `false`/`null` a dash, otherwise the text.

Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.