<img src="https://github.com/CNFeffery/feffery-utils-components/raw/main/fuc-logo.svg" height=200></img>
简体中文 | English
A sub-project of the feffery-components plan, this Plotly Dash third-party component library brings numerous practical utility components to the world of Dash 🥳, latest version: 0.3.6(2026-02-27)
| fuc version | Compatible Dash version |
|---|---|
| >=0.3.0 | >=3.0.0 |
| <0.3.0 | <3.0.0 |
pip install feffery-utils-components -U
[!NOTE]
Latest pre-release version (2025-06-27):0.3.0rc4
pip install feffery-utils-components --pre -U
# In non-debug mode, passing serve_locally=False to Dash() forces the browser to load
# dependent xxx.min.js and other static resources from unpkg cdn, avoiding server bandwidth usage
# and suitable for small to medium-sized sites to accelerate access
app = dash.Dash(serve_locally=False)
$ claude mcp add feffery-utils-components \
-- python -m otcore.mcp_server <graph>