tryexceptpass / sofi

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

Add Bootstrap Carousel #59

Open tryexceptpass opened 8 years ago

tryexceptpass commented 8 years ago

Create the Carousel object to represent a div with carousel and slide classes, and the data-ride="carousel" attribute. This contains OrderedList having carousel-indicator, along with carousel-inner div with role="listbox" that wraps a list of item div elements containing the img and carousel-caption div tags that describe the slides.'

Will need a way to set the interval, wrap, pause and keyboard parameters.