Stylish header component for Dash applications using Dash Hooks
Project description
Dash Hooks Demo
A stylish header component for Dash applications using Dash Hooks.
Installation
pip install dash-stylish-header
Usage
from dash import Dash
from dash_stylish_header import register_hooks
# Register the header with custom title
register_hooks(title="My Dash App")
app = Dash(__name__)
# Rest of your app code...
Example
Run the included example:
python example.py
Creating your own hook
- Fork this template
- Modify
dash_stylish_header/with your hook logic - Update package name in
pyproject.toml - Test locally with
pip install -e . - Publish following steps below
Publishing to PyPI
-
Prepare the package:
pip install build twine
-
Build the distribution:
python -m build
-
Upload to PyPI:
python -m twine upload dist/*
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dash_stylish_header-0.0.1.tar.gz.
File metadata
- Download URL: dash_stylish_header-0.0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6949696ef8fc0802dbe3ae4746df81c9e5a09ed0dd0d21ebd8bebaf942a71d85
|
|
| MD5 |
bff39eba1bb7e1aba6ee29fc45bd6922
|
|
| BLAKE2b-256 |
b8f3a2b85bef5291edfcf5b3d07a9b9e8adcca99e1293cefaf882541ea90b6ad
|
File details
Details for the file dash_stylish_header-0.0.1-py3-none-any.whl.
File metadata
- Download URL: dash_stylish_header-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddb6f98e16ce44f2e39a674f2b55fabdfd9e5c80dc7387a46e425290a83f20ab
|
|
| MD5 |
a5063b4f921e3ebaff02dfad9e137df6
|
|
| BLAKE2b-256 |
7b7c404d35cda5a23861dc3e114c3a874989096e81302e9caacf623549868abc
|