tryexceptpass / sofi

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

Create NavItem widget #5

Closed tryexceptpass closed 8 years ago

tryexceptpass commented 8 years ago

Navbar items have some special classes, let's make them into their own widget, subclassing normal ListItem.

tryexceptpass commented 8 years ago

Won't need to make it a ListItem instance. Element is fine and most flexible for handling both text and link.