tryexceptpass / sofi

an OS agnostic UI module for Python
MIT License
387 stars 49 forks source link

Create Dropdown widget #4

Closed tryexceptpass closed 8 years ago

tryexceptpass commented 8 years ago

Add a dropdown widget modeled after http://getbootstrap.com/components/#dropdowns

Capabilities

tryexceptpass commented 8 years ago

The ident property of the dropdown will be passed along to the button element, and the dropdown div itself will be identified by "id-dropdown"

tryexceptpass commented 8 years ago

The align property does not belong to the dropdown, it's a property for the unordered list that wraps the dropdown items.