Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2.27 KB

README-en_US.md

File metadata and controls

60 lines (41 loc) · 2.27 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.2.11

1 Install

pip install feffery-antd-components -U

2 Install the latest preview release version

Note

The latest preview release version (2024-06-04): 0.3.0rc16

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

The default language of fac is currently simplified Chinese. If you wish to use English, just set locale='en-us', for example:

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

6 Contributors