ListItem

Single <li inside [List](list.md). Body HTML in props.text; markerStyle/markerIcon override the parent List defaults for this row only.

Single <li> inside List. Body HTML in props.text; markerStyle/markerIcon override the parent List defaults for this row only.

Key files

Props

PropNotes
textHTML string for the row (paragraphs, spans, emphasis). Default <p>List item</p>.
markerStyle"inherit" (default) | "bullet" | "check" | "dash" | "icon".
markerIcon{ value, size } when markerStyle: "icon".
className, rootStandard.

Children: none.

Related