labelrequired The group's own text. | ReactNode | — |
icon Leading icon, matching the NavItems beside it. | IconName | — |
childrenrequired The rows inside. | React.ReactNode | — |
open Open state, when the host owns it — to keep one group open at a time, say. | boolean | — |
onToggle Called on the header. Only needed alongside open. | () => void | — |
defaultOpen Starting state when the group manages its own. | boolean | false |
selected Mark the header itself as current, for a group that is also a link. | boolean | false |
| …and every FlexProps prop | inherited | — |