Cristian Medina
Cristian Medina
As the Chromium Embedded Framework starts getting pulled in (#67), we'll need to figure out how to start packaging an app into one deliverable. [PyInstaller](http://www.pyinstaller.org/) looks promising, but we'll have...
Does it make sense and is it possible to automatically generate a packaged electron app from our stuff? The app would still require a python backend running somewhere, which does...
The discussion here is similar to the one for Tooltip (#55). Do we generate the HTML ourselves or do we add a special command to the base JS lib. Whatever...
Provide an `Accordion` object providing a composite interface through the use of `Collapse` and `Panel` that opens a panel when clicking on the header and closes all other panels in...
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`,...
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...
Create the `Checkbox` object that represents a `div` with `checkbox` class containing groups of `` tags with `checkbox` type `` and text. - Support setting `disabled` by adding class and...
Make a `Select` object to represent `` tags with `form-control` class. - Include mechanism for adding `` items - Provide a way to set the default option