This commit is contained in:
NoryiE
2025-09-14 10:34:44 +00:00
parent 2b7aad681f
commit 24f6373924
5 changed files with 117 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# DropDown
_This is the DropDown class. It is a visual element that can show a list of selectable items in a DropDown menu._
Extends: `List`
## Properties
|Property|Type|Default|Description|
|---|---|---|---|
|isOpen|boolean|false|Whether the DropDown menu is currently open|
|dropdownHeight|number|5|Maximum height of the DropDown menu when open|
|selectedText|string|""|The text to show when no item is selected|
|dropSymbol|string|"\31"|The symbol to show for DropDown indication|