Vizro Dash Components are used by the Vizro framework but can be used in a pure Dash app
Project description
Vizro Dash Components
Vizro Dash Components are used by the Vizro framework but can be used in a pure Dash app.
Installation
pip install vizro-dash-components
Usage
The Markdown component requires a dmc.MantineProvider wrapper for proper styling of code blocks.
import dash_mantine_components as dmc
import vizro_dash_components as vdc
from dash import Dash
app = Dash(__name__)
app.layout = dmc.MantineProvider(
vdc.Markdown(
id="my-markdown",
children="""
# Hello World
```python
print("Hello, World!")
```
""",
)
)
if __name__ == "__main__":
app.run(debug=True)
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
File details
Details for the file vizro_dash_components-0.1.0.tar.gz.
File metadata
- Download URL: vizro_dash_components-0.1.0.tar.gz
- Upload date:
- Size: 811.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1bd2c539e741f4de3aeefb34edcc757cf77bf5248cb34c14da886dc298a4492
|
|
| MD5 |
f7b4e41dc83b630708232a573c208343
|
|
| BLAKE2b-256 |
2989e480834e28e693c0081e486b3af9a0472bbf39191f64fe2bdaed3eaccf54
|
File details
Details for the file vizro_dash_components-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vizro_dash_components-0.1.0-py3-none-any.whl
- Upload date:
- Size: 793.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d722c482ac7a959cc5d6453ec3f4c43db16c68a9d9a808a424d3aa1594f3d19
|
|
| MD5 |
79f1e2872e92479e1eb182d9fda31bea
|
|
| BLAKE2b-256 |
99524311a344ff136ee8cd07a1ec740ec230d88789c748f0f44a0626246e3e89
|