# feffery-utils-components **Repository Path**: No_C/feffery-utils-components ## Basic Information - **Project Name**: feffery-utils-components - **Description**: make Dash more useful🍯 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-12-21 - **Last Updated**: 2023-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

feffery-utils-components

[![GitHub](https://img.shields.io/github/license/plotly/dash.svg?color=dark-green)](https://github.com/plotly/dash/blob/master/LICENSE) [![PyPI](https://img.shields.io/pypi/v/feffery-utils-components.svg?color=dark-green)](https://pypi.org/project/feffery-utils-components/) [![Downloads](https://pepy.tech/badge/feffery-utils-components)](https://pepy.tech/project/feffery-utils-components) [![Downloads](https://pepy.tech/badge/feffery-utils-components/month)](https://pepy.tech/project/feffery-utils-components)
`feffery-components`计划子项目,`Plotly Dash`第三方组件库,将超多实用辅助功能组件引入`Dash`的世界🥳,最新版本:`0.1.29` ## 1 最新版本安装方式 ```bash pip install feffery-utils-components -U ``` ## 2 最新预发布版本安装方式 ```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 在线文档 文档地址