Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 2.74 KB

File metadata and controls

73 lines (50 loc) · 2.74 KB

feffery-antd-components

GitHub PyPI Downloads Downloads Average time to resolve an issue Percentage of issues still open

简体中文 | 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)

Dash Version Compatibility Notes

fac version Compatible Dash Version
>=0.4.0 >=3.0.0
<0.4.0 <3.0.0

1 Install

pip install feffery-antd-components -U

2 Install the latest preview release version

Note

The latest preview release version (2026-03-12): 0.4.6rc1

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

3 Use CDN

# 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', 'de-de', or 'ru-ru' to use different languages, for example:

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

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

6 Contributors