markyp-bootstrap4

Create Bootstrap 4 web pages using purely Python.

MIT License

Downloads
2.8K
Stars
20
Committers
3

Bot releases are visible (Hide)

markyp-bootstrap4 - 2019.10 release Latest Release

Published by volfpeter about 5 years ago

Fixed requirement parsing in setup.py.

markyp-bootstrap4 - 2019.06 release

Published by volfpeter over 5 years ago

Changes:

  • Added the navs module.
  • Added custom keyword arguments to layout.row(), layout.one(), layout.container(), layout.container_fluid(), and layout.row_item().
  • Added the navbars module.
  • Added the scrollspy module.
  • Added the pagination module.
  • Some minor bug fixes.
  • Added examples of all new features to demo.py and the demo page (on GithubPages).
  • Added tests.
markyp-bootstrap4 - 2019.05 release, patch 3

Published by volfpeter over 5 years ago

Added:

  • list_groups
  • modals
  • tabs
markyp-bootstrap4 - 2019.05 release, patch 2

Published by volfpeter over 5 years ago

  • Updated layout.autocol().
  • dropdowns.menu_item() got a factory argument.
markyp-bootstrap4 - 2019.05 release, patch 1

Published by volfpeter over 5 years ago

Added SubmitButtonFactory and submit_button to forms, it was badly missing.

markyp-bootstrap4 - 2019.05 release

Published by volfpeter over 5 years ago

  • Added __all__ to modules for better * imports.
  • Added cards.
  • Added PercentSize, offset, row_break to layout.
  • Added carousels.
  • Changed the argument list of margin() and padding().
  • Added collapses.
  • Added dropdowns.
  • Added input_groups.
  • Added forms.
  • Added jumbotrons.
  • Added content to the Getting started section of the readme.
  • Set up GitHub Pages for the project.
  • Bug fixes and documentation fixes.