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 = đ
- Host: GitHub
- URL: https://github.com/cnfeffery/feffery-antd-components
- Owner: CNFeffery
- License: mit
- Created: 2021-05-19T06:41:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T06:54:23.000Z (3 months ago)
- Last Synced: 2025-04-10T08:44:11.693Z (2 months ago)
- Topics: antd, plotly-dash, python
- Language: JavaScript
- Homepage: http://fac.feffery.tech
- Size: 8.38 MB
- Stars: 368
- Watchers: 7
- Forks: 29
- Open Issues: 11
-
Metadata Files:
- Readme: README-en_US.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
feffery-antd-components
[](https://github.com/CNFeffery/feffery-antd-components/blob/master/LICENSE)
[](https://pypi.org/project/feffery-antd-components/)
[](https://pepy.tech/project/feffery-antd-components)
[](https://pepy.tech/project/feffery-antd-components)
[](http://isitmaintained.com/project/CNFeffery/feffery-antd-components "Average time to resolve an issue")
[](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
## 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