Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion packages/react/src/NavList/NavList.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
"description": "A related set of NavList.Items",
"defaultValue": ""
},
{
"name": "hideDividier",
"type": "boolean",
"defaultValue": "false",
"description": "When true, the divider between the group and the next item will not be rendered."
},
{
"name": "title",
"type": "string",
Expand Down Expand Up @@ -264,4 +270,5 @@
]
}
]
}
}

Loading
Loading