Skip to main content

Stylish header and footer components for Dash applications using Dash Hooks

Project description

Dash Hooks Demo

A stylish header and footer component for Dash applications using Dash Hooks.

Installation

pip install dash-stylish-header-footer-hook

Usage

from dash import Dash
import dash_stylish_header_footer_hook  

# Register the header with custom title
dash_stylish_header_footer_hook.add_header(
    title="My Dash App",
    gradient="linear-gradient(90deg, black, red)"
)
dash_stylish_header_footer_hook.add_footer_hook("© 2025 My Dash App")

app = Dash(__name__)
# Rest of your app code...

Example

Run the included example:

python example.py

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_footer_hook-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.

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