dash-ant-design-components

Ant Design (v5) components for Plotly Dash

MIT License

Downloads
106
Stars
14

Dash Ant Design Components

Ant Design components for Plotly Dash.

Install

to install in your python environment.

poetry add dash-antd

or via pip.

pip install dash-antd

Development

We use 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.

Getting Started

Install python and node dependencies.

just install

Build the Dash packages.

just build

See all commands with just -l

Example app

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

just run