https://github.com/cnfeffery/feffery-utils-components
make Dash more useful🍯
https://github.com/cnfeffery/feffery-utils-components
plotly-dash
Last synced: 9 months ago
JSON representation
make Dash more useful🍯
- Host: GitHub
- URL: https://github.com/cnfeffery/feffery-utils-components
- Owner: CNFeffery
- License: mit
- Created: 2021-08-12T13:34:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:56:11.000Z (about 1 year ago)
- Last Synced: 2024-10-24T16:45:42.040Z (about 1 year ago)
- Topics: plotly-dash
- Language: Python
- Homepage: https://fuc.feffery.tech
- Size: 8.89 MB
- Stars: 50
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
feffery-utils-components
[](https://github.com/plotly/dash/blob/master/LICENSE)
[](https://pypi.org/project/feffery-utils-components/)
[](https://pepy.tech/project/feffery-utils-components)
[](https://pepy.tech/project/feffery-utils-components)
`feffery-components`计划子项目,`Plotly Dash`第三方组件库,将超多实用辅助功能组件引入`Dash`的世界 🥳,最新版本:`0.1.29`
## Dash版本兼容性说明
| fuc版本 | 适用Dash版本 |
| :-----: | :----------: |
| >=0.3.0 | >=3.0.0 |
| <0.3.0 | <3.0.0 |
## 1 最新版本安装方式
```bash
pip install feffery-utils-components -U
```
## 2 最新预发布版本安装方式
> [!NOTE]
> 最新预发布版本(2025-03-18):`0.3.0rc1`
```bash
pip install feffery-utils-components --pre -U
```
## 3 静态资源 CDN 加速方法
```Python
# 非debug模式下对Dash()传入参数serve_locally=False会强制浏览器端从unpkg cdn加载各个依赖的
# xxx.min.js等静态资源,从而避免占用服务器带宽,适合中小型站点加速访问
app = dash.Dash(serve_locally=False)
```
## 4 在线文档
## 5 贡献者