@@ -19,29 +17,26 @@ A child node can render text, a link, HTML content, and other child nodes.
-## Unordered
+## Default
-The `nodes` prop accepts an array of child nodes.
-
-By default, the list type is unordered.
+Create a hierarchical list using the `nodes` prop. Each node can contain text, links, HTML content, and nested nodes.