You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* adds NavList.GroupHeading component
* Create twelve-kings-confess.md
* re-styles NavList.GroupHeading links to be fgColor-default
* guards against 'title' AND 'NavList.GroupHeading' being used together, adds tests, updates docs
* rm title prop from NavList.GroupHeading story
Copy file name to clipboardExpand all lines: packages/react/src/NavList/NavList.docs.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -113,6 +113,24 @@
113
113
},
114
114
{
115
115
"name": "NavList.Group",
116
+
"props": [
117
+
{
118
+
"name": "title",
119
+
"type": "string",
120
+
"description": "The text that gets rendered as the group's heading. Alternatively, you can pass the `NavList.GroupHeading` component as a child of `NavList.Group`.\n If both `title` and `NavList.GroupHeading` are passed, `NavList.GroupHeading` will be rendered as the heading."
0 commit comments