Dash-charlotte

Latest version: v0.3.1

Safety actively analyzes 701595 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.2.1

Quick release to expand some of the components funcionalities.

General

Restructuring the folders again... Live demo will be available at [dash-charlotte-live-demo repository](https://github.com/GusFurtado/dash-charlotte-live-demo).

`layouts.login`

Login page components where renamed and added to the `__init__` imports of the `layouts` submodule.

python
from dash_charlotte import layouts

layout = layouts.LoginPage(
left_panel = layouts.LoginSvgPanel(*args),
right_panel = layouts.LoginForm(*args)
)


`layouts.not_found_404`

- Minor changes in the layout
- New Docstring
- New `src` argument.

0.2.0

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)**.

0.1.0

This is a first draft of what I need for a fast dashboard building package.

In the end it should contain components, CSS themes, fonts, icons and standard pages for Plotly-Dash modular web applications.

For now, this is super early (and buggy) work. This does not represent the final product I'm aiming for.

Page 2 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.