An open API service indexing awesome lists of open source software.

https://github.com/roeap/dash-ant-design-components

Ant Design (v5) components for Plotly Dash
https://github.com/roeap/dash-ant-design-components

ant-design plotly-dash python

Last synced: 9 months ago
JSON representation

Ant Design (v5) components for Plotly Dash

Awesome Lists containing this project

README

          

# Dash Ant Design Components


Actions Status



License: MIT
PyPI
Code style: black

Ant Design components for Plotly Dash.

## Install

to install in your python environment.

```shell
poetry add dash-antd
```

or via pip.

```shell
pip install dash-antd
```

## Development

We use [just](https://github.com/casey/just) as command runner, if you prefer not to install
just, have a look at the `justfile` for detailed commands.

To manage python dependencies, we utilize [poetry](python-poetry.org/).

### Getting Started

Install python and node dependencies.

```sh
just install
```

Build the Dash packages.

```sh
just build
```

See all commands with `just -l`

### Example app

An example app is contained in the `example` folder. To run it execute:

```sh
just run
```