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).
| Prop | Notes |
|---|---|
ordered | When true, renders <ol> with native numbering. |
markerStyle | "bullet" | "check" (default) | "dash" | "icon". Ignored when ordered: true. |
markerIcon | When markerStyle: "icon": { value, size } — value is ref-icon:<set>/<ExportName> (default ref-icon:tb/TbCheck). |
className, root | Standard. |
Children: ListItem only.
<ul>/<ol> HTML inside (but you lose marker consistency).