UNPKG

common-intellisense

Version:
48 lines (47 loc) 1.56 kB
{ "props": [ { "Attribute": "children", "Type": "`ReactNode`", "Description": "The contents of the listbox section. Usually a list of `ListboxItem` components. (static)", "Default": "-" }, { "Attribute": "title", "Type": "`string`", "Description": "The title of the listbox section.", "Default": "-" }, { "Attribute": "items", "Type": "[`Iterable<T>`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols)", "Description": "Item objects in the collection. (dynamic)", "Default": "-" }, { "Attribute": "showDivider", "Type": "`boolean`", "Description": "Whether to show the divider between the groups.", "Default": "`false`" }, { "Attribute": "DividerProps", "Type": "[DividerProps](/docs/components/divider)", "Description": "The divider component props.", "Default": "-" }, { "Attribute": "classNames", "Type": "`Record<\"base\"\"heading\"\"group\"\"divider\", string>`", "Description": "Allows to set custom class names for the listbox section slots.", "Default": "-" }, { "Attribute": "itemClasses", "Type": "`Record<\"base\"\"wrapper\"\"title\"\"description\"\"shortcut\"\"selectedIcon\", string>`", "Description": "Allows to set custom class names for the listbox item slots.", "Default": "-" } ], "link": "https://nextui.org/docs/components/listboxsection" }