tryexceptpass / sofi

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

Add Bootstrap Collapse #57

Open tryexceptpass opened 8 years ago

tryexceptpass commented 8 years ago

Create a Collapse object representing a div with collapse class set and an id.

__init__ should take a Button or Anchor which is then modified to include the necessary data-toggle, data-target / href changes to support collapsing.