Shadcn/ui-inspired chart components for Dash with native theming support
Project description
dashkit_shadcn
Shadcn/ui inspired chart components for Dash (AreaChart, BarChart, ChartContainer, etc.).
Install
pip install dashkit_shadcn
Usage
from dash import Dash, html
from dashkit_shadcn import AreaChart, ChartContainer
app = Dash(__name__)
app.layout = ChartContainer(
children=[
AreaChart(
id="chart",
data=[{"x": 1, "y": 3}, {"x": 2, "y": 5}],
xKey="x",
yKey="y",
)
]
)
if __name__ == "__main__":
app.run(debug=True)
License
MIT
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
dashkit_shadcn-1.0.4.tar.gz
(113.2 kB
view details)
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 dashkit_shadcn-1.0.4.tar.gz.
File metadata
- Download URL: dashkit_shadcn-1.0.4.tar.gz
- Upload date:
- Size: 113.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a966b9862b9db9c621dab3bf882834c2c426f016fd252559c7738bbf4cfb820
|
|
| MD5 |
b1757c74a1893ace61fa98e9d0603df5
|
|
| BLAKE2b-256 |
a9cf41b4765e9a5e3aaa0eced1ca3c7a1bf02cca7875f1e907dcdf92783e3487
|
File details
Details for the file dashkit_shadcn-1.0.4-py3-none-any.whl.
File metadata
- Download URL: dashkit_shadcn-1.0.4-py3-none-any.whl
- Upload date:
- Size: 114.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4a5876142bce8cc00d0e847d38252ea8355da8950eac3af474f460be3ea0141
|
|
| MD5 |
73f9bff311eb3b8f809188a6c341916c
|
|
| BLAKE2b-256 |
db1df9210273faeb8bcf09faf74ee312224c103123732314ac7802f6ea2180ad
|