A series of tool functions to assist Dash application development.
Project description
feffery-dash-utils
包含一系列用于提升Dash
应用开发效率的工具函数。
安装
pip install feffery-dash-utils -U
已有工具函数列表
style()
用于快捷生成Dash
组件的style
参数字典,内置了绝大多数小驼峰命名格式的常用css
属性,在常见ide中将鼠标悬停于参数名之上可查看对应的中英文属性功能介绍,内容基于w3cschool
自动生成。
使用示例
from feffery_dash_utils.style_utils import style
fac.AntdText(
'测试',
style=style(
fontSize=16,
color='red'
)
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
feffery_dash_utils-0.1.1.tar.gz
(14.6 kB
view details)
Built Distribution
File details
Details for the file feffery_dash_utils-0.1.1.tar.gz
.
File metadata
- Download URL: feffery_dash_utils-0.1.1.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 60ba1957ac5e12b8a9bd791dcdcf7c747dd6bbb84516b28bb4db614657814797 |
|
MD5 | f8270609cf2c9d6ac01ce2462429738d |
|
BLAKE2b-256 | 857c7ee69d2d6acb5c0ce9341fd921d29ce72970476cdce2ee0f536901cc0eb8 |
File details
Details for the file feffery_dash_utils-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: feffery_dash_utils-0.1.1-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d29c590bdf005930d1e263022c90e2462f48b4bcb333ff00d76cbcc270e83620 |
|
MD5 | 5cf73d80d06827fb5380caf67b73623c |
|
BLAKE2b-256 | ece32708d33e2ad793bb94c055691eabd4461686d695b457d4e4aec79df54388 |