JMS55 / bevy_dioxus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widgets

JMS55 opened this issue · comments

Widgets should be "headless", meaning they should handle state and accessibility, but not styling. See also https://headlessui.com.

Basics

Containers

Premade Templates

  • DropdownList/Combobox
  • ColorPicker
  • Tooltip
  • DialogModal
  • ContextMenu

The name SelectionButton seems confusing, as it seems to imply mutual exclusion like a radio button. Segmented buttons aren't always mutually exclusive (examples are text style toggles: bold / italic etc.)