Row

A horizontal list item with optional leading/trailing icons and a built-in Divider beneath it.

Install

Examples

Icons

Add a leading-icon and/or trailing-icon; the label fills the space between.

List item Verified View details Profile

No divider

hide-divider removes the line below a single row — useful for the last item in a list.

No divider below

Guidelines

Usage

pricing feature lists, settings rows, and any horizontal label-value pair. Used for the feature lines in Card Pricing.

Do

  • Use rows for short, scannable label or label-value lines.
  • Use a trailing chevron only when the row navigates somewhere.
  • Set hide-divider on the final row, or hide all dividers via --sc-row-divider-display: none on the container.

Don’t

  • Don’t pack multi-line or complex content into a row — use a Card.
  • Don’t imply interactivity with a chevron if the row doesn’t act.
  • Don’t rely on the icon alone to convey meaning — keep the label.

Accessibility

Properties

Related