.gitignore
CONTRIBUTING.md
LICENSE
README.md
helper.sh
main.py
pytest.ini
requirements.txt
setup.py
./bootwrap/__init__.py
./bootwrap/menu.py
./bootwrap/page.py
./bootwrap/components/__init__.py
./bootwrap/components/anchor.py
./bootwrap/components/badge.py
./bootwrap/components/base.py
./bootwrap/components/button.py
./bootwrap/components/deck.py
./bootwrap/components/dialog.py
./bootwrap/components/form.py
./bootwrap/components/icon.py
./bootwrap/components/image.py
./bootwrap/components/javascript.py
./bootwrap/components/link.py
./bootwrap/components/list.py
./bootwrap/components/navigation.py
./bootwrap/components/panel.py
./bootwrap/components/separator.py
./bootwrap/components/table.py
./bootwrap/components/text.py
./bootwrap/components/utils.py
./demo/__init__.py
./demo/demo_app.py
./docs/__init__.py
./docs/doc_app.py
./docs/doc_generator.py
.github/workflows/ci.yml
.github/workflows/pre-release.yml
.github/workflows/release.yml
bootwrap/__init__.py
bootwrap/menu.py
bootwrap/page.py
bootwrap.egg-info/PKG-INFO
bootwrap.egg-info/SOURCES.txt
bootwrap.egg-info/dependency_links.txt
bootwrap.egg-info/top_level.txt
bootwrap/components/__init__.py
bootwrap/components/anchor.py
bootwrap/components/badge.py
bootwrap/components/base.py
bootwrap/components/button.py
bootwrap/components/deck.py
bootwrap/components/dialog.py
bootwrap/components/form.py
bootwrap/components/icon.py
bootwrap/components/image.py
bootwrap/components/javascript.py
bootwrap/components/link.py
bootwrap/components/list.py
bootwrap/components/navigation.py
bootwrap/components/panel.py
bootwrap/components/separator.py
bootwrap/components/table.py
bootwrap/components/text.py
bootwrap/components/utils.py
demo/__init__.py
demo/demo_app.py
docs/__init__.py
docs/amazon-logo.png
docs/base.html
docs/bootwrap-equation.png
docs/components.html
docs/doc_app.py
docs/doc_generator.py
docs/favicon.ico
docs/flash.png
docs/google-logo.png
docs/index.html
docs/layout.html
docs/layout.png
docs/linkedin-logo.png
docs/logo.png
docs/menu.png
docs/multi-pages-app.png
docs/page.png
docs/single-page-app.png
docs/config/base.yaml
docs/config/components.yaml
docs/config/home.yaml
docs/config/layout.yaml
tests/__init__.py
tests/helper.py
tests/test_anchor.py
tests/test_badge.py
tests/test_base.py
tests/test_button.py
tests/test_deck.py
tests/test_dialog.py
tests/test_form.py
tests/test_helper.py
tests/test_icon.py
tests/test_image.py
tests/test_javascript.py
tests/test_link.py
tests/test_list.py
tests/test_menu.py
tests/test_navigation.py
tests/test_page.py
tests/test_panel.py
tests/test_separator.py
tests/test_table.py
tests/test_text.py
tests/test_utils.py