All Projects → CNFeffery → feffery-antd-components

CNFeffery / feffery-antd-components

Licence: MIT license
Dash + Antd = 😍

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
julia
2034 projects

Projects that are alternatives of or similar to feffery-antd-components

react-antd-admin
react-antd-admin 是一个后台集成解决方案,它基于 react 和 antd; 内置了动态路由,标签页缓存,权限验证、切换功能
Stars: ✭ 42 (-56.7%)
Mutual labels:  antd
virtualized-table-for-antd
the virtualized table component for ant design
Stars: ✭ 193 (+98.97%)
Mutual labels:  antd
dash-lollapalooza-brasil-2018
🎟Using Plotly to visualize data from Lollapalooza
Stars: ✭ 23 (-76.29%)
Mutual labels:  plotly-dash
antd-prompt
An ant.design helper that auto create a Modal with an optional message prompting the user to input some text.
Stars: ✭ 13 (-86.6%)
Mutual labels:  antd
hotlist
今日热榜(前端)
Stars: ✭ 51 (-47.42%)
Mutual labels:  antd
CodeSignal-Practice Solutions
No description or website provided.
Stars: ✭ 28 (-71.13%)
Mutual labels:  antd
tiny-qiniu-request
tiny-qiniu for rc-upload or antd upload component `customRequest` property
Stars: ✭ 13 (-86.6%)
Mutual labels:  antd
antd-multi-cascader
A multiple cascader component for antd
Stars: ✭ 81 (-16.49%)
Mutual labels:  antd
rncms
🔥 Rncms 是基于 Koa2 + Webpack4 + Reactjs 结构简单 Cms 易于开发企业站和文档系统【已废弃】
Stars: ✭ 52 (-46.39%)
Mutual labels:  antd
bank-client
Frontend Application using React.js with Hooks, Redux, Saga, Ant Design, styled-components and Jest
Stars: ✭ 57 (-41.24%)
Mutual labels:  antd
dash-daq
Control components for Dash
Stars: ✭ 132 (+36.08%)
Mutual labels:  plotly-dash
api-server
OpenSCRM是一套基于Go和React的高质量企业微信私域流量管理系统 。遵守Apache2.0协议,全网唯一免费商用。企业微信、私域流量、SCRM。
Stars: ✭ 981 (+911.34%)
Mutual labels:  antd
react-jsonschema-formbuilder
No description or website provided.
Stars: ✭ 45 (-53.61%)
Mutual labels:  antd
ai-lab
Artificial Intelligence & Machine Learning Experiments by DevScope
Stars: ✭ 19 (-80.41%)
Mutual labels:  plotly-dash
fable-ant-design
Ant Design bindings for Fable Elmish
Stars: ✭ 23 (-76.29%)
Mutual labels:  antd
dva-graphql-lokka-user-dashboard
A Study Project Related to Dva.js, GraphQL, Graph.cool, Lokka
Stars: ✭ 20 (-79.38%)
Mutual labels:  antd
lokole
Source code for the Lokole project. Lokole enables communities in the Congo DRC to pool resources to access efficient communication via email at an affordable price.
Stars: ✭ 37 (-61.86%)
Mutual labels:  antd
antd-react-form-builder
Example
Stars: ✭ 74 (-23.71%)
Mutual labels:  antd
react-quizzes
A React.js solution that offers a UI for creating surveys, forms and quizzes.
Stars: ✭ 25 (-74.23%)
Mutual labels:  antd
sunrise
The rise of a new project with React, Redux-Saga and React-Router
Stars: ✭ 13 (-86.6%)
Mutual labels:  antd

feffery-antd-components

GitHub PyPI Downloads Downloads Downloads

简体中文 | English

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

1 最新版本安装方式

pip install feffery-antd-components -U

2 最新开发版本安装方式

pip install git+https://github.com/CNFeffery/feffery-antd-components.git

国内镜像加速安装方式:

pip install git+https://github.91chi.fun/https://github.com/CNFeffery/feffery-antd-components.git

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')

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].