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

https://github.com/cnfeffery/feffery-antd-components

Dash + Ant Design = 😍
https://github.com/cnfeffery/feffery-antd-components

antd plotly-dash python

Last synced: about 1 month ago
JSON representation

Dash + Ant Design = 😍

Awesome Lists containing this project

README

        




feffery-antd-components


[![GitHub](https://shields.io/badge/license-MIT-informational)](https://github.com/CNFeffery/feffery-antd-components/blob/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/feffery-antd-components.svg?color=dark-green)](https://pypi.org/project/feffery-antd-components/)
[![Downloads](https://static.pepy.tech/badge/feffery-antd-components)](https://pepy.tech/project/feffery-antd-components)
[![Downloads](https://static.pepy.tech/badge/feffery-antd-components/month)](https://pepy.tech/project/feffery-antd-components)
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/CNFeffery/feffery-antd-components.svg)](http://isitmaintained.com/project/CNFeffery/feffery-antd-components "Average time to resolve an issue")
[![Percentage of issues still open](http://isitmaintained.com/badge/open/CNFeffery/feffery-antd-components.svg)](http://isitmaintained.com/project/CNFeffery/feffery-antd-components "Percentage of issues still open")

[įŽ€äŊ“中文](./README.md) | English

Subproject of `feffery-components` projects, third-party components library of `Plotly Dash`, based on the [Antd](https://github.com/ant-design/ant-design), brings many common and powerful components into `Dash`đŸĨŗ, latest stable version: `0.3.15` (2025-01-30)

## Dash Version Compatibility Notes

| fac version | Compatible Dash Version |
| :--------: | :---------------------: |
| >=0.4.0 | >=3.0.0 |
| <0.4.0 | <3.0.0 |

## 1 Install

```bash
pip install feffery-antd-components -U
```

## 2 Install the latest preview release version

> [!NOTE]
> The latest preview release version (2025-04-26): `0.4.0rc4`

```bash
pip install feffery-antd-components --pre -U
```

## 3 Use CDN

```Python
# just set serve_locally=False in dash.Dash()
app = dash.Dash(serve_locally=False)
```

## 4 Documentation

fac.feffery.tech

## 5 Internationalization

Some components in `fac` have built-in copy information, and internationalization settings can be made through the parameter `locale`. The default is `'zh-cn'`, which is Simplified Chinese. You can set it to `'en-us'` and `'de-de'` to use English and German copy, respectively. For example:

```Python
fac.AntdDatePicker(locale='en-us')
```

```Python
fac.AntdDatePicker(locale='de-de')
```

## 6 Contributors