.gitignore
LICENSE
README.md
example_app.py
setup.cfg
setup.py
assets/img/log.svg
assets/img/not_found_404.svg
assets/img/register.svg
css_themes/charlotte_dark.css
css_themes/charlotte_light.css
css_themes/dracula.css
css_themes/drawer/drawer.css
css_themes/drawer/drawer.html
css_themes/drawer/drawer.js
css_themes/login/login.css
css_themes/login/login.js
css_themes/login/img/log.svg
css_themes/login/img/register.svg
dash_charlotte.egg-info/PKG-INFO
dash_charlotte.egg-info/SOURCES.txt
dash_charlotte.egg-info/dependency_links.txt
dash_charlotte.egg-info/requires.txt
dash_charlotte.egg-info/top_level.txt
dash_charlotte/components/README.md
dash_charlotte/components/__init__.py
dash_charlotte/components/box.py
dash_charlotte/components/dashboard.py
dash_charlotte/components/drawer.py
dash_charlotte/components/navbar.py
dash_charlotte/layouts/__init__.py
dash_charlotte/layouts/login.py
dash_charlotte/layouts/not_found_404.py
dash_charlotte/themes/README.md
dash_charlotte/themes/__init__.py
dash_charlotte/themes/bootstrap.py
dash_charlotte/themes/charlotte_dark.py
dash_charlotte/themes/charlotte_light.py
dash_charlotte/themes/colorblind.py
dash_charlotte/themes/colors.py
dash_charlotte/themes/dracula.py
dash_charlotte/themes/fonts.py
dash_charlotte/themes/icons.py
dash_charlotte/themes/themes.py
pages/box_callback.py
pages/icons.py
pages/login_page.py
pages/not_found_404.py
pages/page1.py
pages/page2.py