deploy: a774e11f3b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# DropDown
|
# DropDown
|
||||||
_This is the DropDown class. It is a visual element that can show a list of selectable items in a DropDown menu._
|
_A collapsible selection menu that expands to show multiple options when clicked. Supports single and multi-selection modes, custom item styling, separators, and item callbacks._
|
||||||
|
|
||||||
Extends: `List`
|
Extends: `List`
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ Extends: `List`
|
|||||||
|
|
||||||
|Property|Type|Default|Description|
|
|Property|Type|Default|Description|
|
||||||
|---|---|---|---|
|
|---|---|---|---|
|
||||||
|isOpen|boolean|false|Whether the DropDown menu is currently open|
|
|isOpen|boolean|false|Controls the expanded/collapsed state|
|
||||||
|dropdownHeight|number|5|Maximum height of the DropDown menu when open|
|
|dropdownHeight|number|5|Maximum visible items when expanded|
|
||||||
|selectedText|string|""|The text to show when no item is selected|
|
|selectedText|string|""|Text shown when no selection made|
|
||||||
|dropSymbol|string|"\31"|The symbol to show for DropDown indication|
|
|dropSymbol|string|"\31"|Indicator for dropdown state|
|
||||||
|
|||||||
Reference in New Issue
Block a user