List

Semantic <ul/<ol container. Children must be ListItem. Use this over raw HTML lists in Text when you need consistent markers (check, bullet, dash, icon).

Semantic <ul>/<ol> container. Children must be ListItem. Use this over raw HTML lists in Text when you need consistent markers (check, bullet, dash, icon).

Key files

Props

PropNotes
orderedWhen true, renders <ol> with native numbering.
markerStyle"bullet" | "check" (default) | "dash" | "icon". Ignored when ordered: true.
markerIconWhen markerStyle: "icon": { value, size }value is ref-icon:<set>/<ExportName> (default ref-icon:tb/TbCheck).
className, rootStandard.

Children: ListItem only.

When to use

  • Feature bullets, pricing rows, checklists.
  • For free-form text with paragraphs and bold/italic, use Text with raw <ul>/<ol> HTML inside (but you lose marker consistency).

Related