vrnimje / quick-ftxui

A Quick & Easy way to render terminal user interfaces, using FTXUI.
https://vrnimje.github.io/quick-ftxui-docs/
5 stars 1 forks source link

[Feature] Adding color options for Toggle and Dropdown, with examples for the same #11

Closed vrnimje closed 1 year ago

vrnimje commented 1 year ago

Syntax for Toggle is:

Cyan Toggle {
    [ "On", "Off", ],
    y
}

Syntax for Dropdown is:

BlueLight Dropdown {
    [ "Zain", "Mahesh", "Alqama", "Vaidic", "Mundane", "Advait", ],
    z
}

Output: https://github.com/vrnimje/quick-ftxui/issues/2#issuecomment-1712492296 References: #2