简体中文 | English
Subproject of feffery-components projects, third-party components library of Plotly Dash, based on the Antd, brings many common and powerful components into Dash🥳, latest stable version: 0.4.6 (2026-04-28)
| fac version | Compatible Dash Version |
|---|---|
| >=0.4.0 | >=3.0.0 |
| <0.4.0 | <3.0.0 |
pip install feffery-antd-components -UNote
The latest preview release version (2026-03-12): 0.4.6rc1
pip install feffery-antd-components --pre -U# just set serve_locally=False in dash.Dash()
app = dash.Dash(serve_locally=False)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', 'de-de', or 'ru-ru' to use different languages, for example:
fac.AntdDatePicker(locale='en-us')fac.AntdDatePicker(locale='de-de')
