• Stars
    star
    257
  • Rank 157,834 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 3 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Dash + Antd = 😍

feffery-antd-components

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

简体中文 | English

feffery-components计划子项目,Plotly Dash第三方组件库,基于Antd,将超多具有丰富功能的通用网页常用交互组件引入Dash的生态中 🥳,最新稳定版本:0.2.9

1 最新版本安装方式

pip install feffery-antd-components -U

2 最新预发布版本安装方式

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

3 静态资源 CDN 加速方法

# 非debug模式下对Dash()传入参数serve_locally=False会强制浏览器端从unpkg cdn加载各个依赖的
# xxx.min.js等静态资源,从而避免占用服务器带宽,适合中小型站点加速访问
app = dash.Dash(serve_locally=False)

4 在线文档

文档地址

5 国际化

fac中的部分组件具有自带的文案信息,通过参数locale可以进行国际化设置,默认为'zh-cn'即简体中文,你可以设置为'en-us'来使用英文文案,譬如:

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

More Repositories

1

DataScienceStudyNotes

这个仓库保管从(数据科学学习手札69)开始的所有代码、数据等相关附件内容
Jupyter Notebook
1,218
star
2

FefferyViz

这个仓库存放(在模仿中精进数据可视化)系列文章代码及数据附件内容
Jupyter Notebook
75
star
3

feffery-utils-components

make Dash more useful🍯
Python
46
star
4

PythonPracticalSkills

存放「Python实用秘技」系列文章对应附件
Jupyter Notebook
39
star
5

feffery-antd-charts

Dash + Antd Charts = ✨
JavaScript
34
star
6

feffery-antd-docs

feffery-antd-components在线文档源码
Python
24
star
7

feffery-dash-components

Make Dash more versatile.
24
star
8

feffery-markdown-components

Better markdown render component for Plotly Dash.
JavaScript
19
star
9

dash-master

存放「玩转dash」公众号部分文章对应附件内容
Python
18
star
10

feffery-leaflet-components

Dash + Leaflet = 🥳
JavaScript
14
star
11

feffery-maplibre

High performance map framework for Plotly Dash, based on maplibre, react-map-gl and deck.gl.
JavaScript
12
star
12

feffery-utils-docs

feffery-utils-components在线文档源码
Python
9
star
13

feffery-markdown-docs

feffery-markdown-components在线文档源码
Python
7
star
14

feffery-dash-utils

包含一系列用于提升Dash应用开发效率的工具函数
Python
7
star
15

useful-git-snippets

记录一些简单易用的git命令片段😇
6
star
16

feffery-leaflet-docs

feffery-leaflet-components在线文档源码
Python
6
star
17

feffery-antd-mobile-components

Dash + Antd Mobile = 🤩
JavaScript
6
star
18

DataScienceDoYouKnow

「数据知否」公众号系列文章附件仓库,微信号DataScienceDoYouKnow
4
star
19

feffery-dash-snippets

Vscode extension: feffery-dash-snippets
3
star
20

Detecting-Spatial-Community-Structure-In-Movements

2
star
21

geopandas-encoding-issues-demo

2
star
22

feffery-antd-docs-en-us

The source code of fac's English documentation website.
2
star