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/*
Release files for dash-stylish-header 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dash_stylish_header-0.0.1.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dash_stylish_header-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.6 kB
Release files / dash_stylish_header-0.0.1.tar.gz
| Download URL | dash_stylish_header-0.0.1.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6949696ef8fc0802dbe3ae4746df81c9e5a09ed0dd0d21ebd8bebaf942a71d85
|
|
BLAKE2b-256 checksum How to use checksums |
b8f3a2b85bef5291edfcf5b3d07a9b9e8adcca99e1293cefaf882541ea90b6ad
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.1
|
Release files / dash_stylish_header-0.0.1-py3-none-any.whl
| Download URL | dash_stylish_header-0.0.1-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ddb6f98e16ce44f2e39a674f2b55fabdfd9e5c80dc7387a46e425290a83f20ab
|
|
BLAKE2b-256 checksum How to use checksums |
7b7c404d35cda5a23861dc3e114c3a874989096e81302e9caacf623549868abc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.1
|