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(text="©2025 My Dash App",
background="black", color="magenta", padding="20px 40px")
app = Dash(__name__)
# Rest of your app code...
Example
Run the included example:
python example.py
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