This commit is contained in:
NoryiE
2025-10-29 17:41:54 +00:00
parent e10f98554c
commit b9c0681695
12 changed files with 6 additions and 381 deletions

View File

@@ -5,6 +5,9 @@ Extends: `List`
## Examples (Executable)
```lua run
local basalt = require("basalt")
local main = basalt.getMainFrame()
-- Create a styled dropdown menu
local dropdown = main:addDropDown()
:setPosition(5, 5)
@@ -38,6 +41,8 @@ selectedForeground = colors.white
dropdown:onChange(function(self, value)
basalt.debug("Selected:", value)
end)
basalt.run()
```
## Table Types