common-intellisense
Version:
48 lines (47 loc) • 1.57 kB
JSON
{
"props": [
{
"Attribute": "children",
"Type": "`ReactNode`",
"Description": "The contents of the dropdown section. Usually a list of `DropdownItem` components. (static)",
"Default": "-"
},
{
"Attribute": "title",
"Type": "`string`",
"Description": "The title of the dropdown 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 dropdown section slots.",
"Default": "-"
},
{
"Attribute": "itemClasses",
"Type": "`Record<\"base\"| \"wrapper\"| \"title\"| \"description\"| \"shortcut\" | \"selectedIcon\", string>`",
"Description": "Allows to set custom class names for the dropdown item slots.",
"Default": "-"
}
],
"link": "https://nextui.org/docs/components/dropdownsection"
}