Ant Design components for Plotly Dash.
to install in your python environment.
poetry add dash-antd
or via pip.
pip install dash-antd
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.
Install python and node dependencies.
just install
Build the Dash packages.
just build
See all commands with just -l
An example app is contained in the example
folder. To run it execute:
just run