First major update from Dash Charlotte.
Still fiddling with the code and repository structure, so this will probably change in the near future.
A bunch of branch stuff
I'm not really sure what I'm doing, but the `main` branch was split into three:
1. **[main](https://github.com/GusFurtado/dash-charlotte/tree/main)**: Contains the package code;
2. **[gh-pages](https://github.com/GusFurtado/dash-charlotte/tree/gh-pages)**: Contains the CSS files (for CDN purposes) and a placeholder for future documentation;
3. **[deploy](https://github.com/GusFurtado/dash-charlotte/tree/deploy)**: Contains the example app to be deployed at Heroku.
New `LoginPage` layout
A default (and kinda customizable) layout for login pages.
Check the **[example app](https://github.com/GusFurtado/dash-charlotte/blob/deploy/pages/login_page.py)** to learn how to implement.
New `Footer` component
Easy to implement HTML Footer component.
python
>>> Footer(
... id = 'my-footer',
... left_text = 'Left Text',
... right_text = 'Right Text'
...)
CSS Themes
The CSS themes were updated and their CDN links were moved to this **[GitHub Pages branch](https://github.com/GusFurtado/dash-charlotte/tree/gh-pages/css_themes)**.