Skip to main content

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


Download files

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

Source Distribution

vizro_dash_components-0.1.0.tar.gz (811.3 kB view details)

Uploaded Source

Built Distribution

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

vizro_dash_components-0.1.0-py3-none-any.whl (793.2 kB view details)

Uploaded Python 3

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

Hashes for vizro_dash_components-0.1.0.tar.gz
Algorithm Hash digest
SHA256 f1bd2c539e741f4de3aeefb34edcc757cf77bf5248cb34c14da886dc298a4492
MD5 f7b4e41dc83b630708232a573c208343
BLAKE2b-256 2989e480834e28e693c0081e486b3af9a0472bbf39191f64fe2bdaed3eaccf54

See more details on using hashes here.

File details

Details for the file vizro_dash_components-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for vizro_dash_components-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3d722c482ac7a959cc5d6453ec3f4c43db16c68a9d9a808a424d3aa1594f3d19
MD5 79f1e2872e92479e1eb182d9fda31bea
BLAKE2b-256 99524311a344ff136ee8cd07a1ec740ec230d88789c748f0f44a0626246e3e89

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