Skip to content

ListItemNode component ​

Basic Blocks

Each list entry renders as an `<li>` whose layout stays stable while items stream in.

Markdown input
- First item with **bold**
- Second item
Live rendered output
  • First item with bold

  • Second item

Customize & override

Override built-in components — replace this node renderer safely with scoped overrides. Renderer & node components reference — see all exported components and their props.

Related components