Skip to main content

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

  1. Fork this template
  2. Modify dash_stylish_header/ with your hook logic
  3. Update package name in pyproject.toml
  4. Test locally with pip install -e .
  5. Publish following steps below

Publishing to PyPI

  1. Prepare the package:

    pip install build twine
    
  2. Build the distribution:

    python -m build
    
  3. Upload to PyPI:

    python -m twine upload dist/*
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dash_stylish_header-0.0.1.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dash_stylish_header-0.0.1-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

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

Hashes for dash_stylish_header-0.0.1.tar.gz
Algorithm Hash digest
SHA256 6949696ef8fc0802dbe3ae4746df81c9e5a09ed0dd0d21ebd8bebaf942a71d85
MD5 bff39eba1bb7e1aba6ee29fc45bd6922
BLAKE2b-256 b8f3a2b85bef5291edfcf5b3d07a9b9e8adcca99e1293cefaf882541ea90b6ad

See more details on using hashes here.

File details

Details for the file dash_stylish_header-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for dash_stylish_header-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ddb6f98e16ce44f2e39a674f2b55fabdfd9e5c80dc7387a46e425290a83f20ab
MD5 a5063b4f921e3ebaff02dfad9e137df6
BLAKE2b-256 7b7c404d35cda5a23861dc3e114c3a874989096e81302e9caacf623549868abc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page