📜  带有图标的 python dash 引导按钮 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:19.178000             🧑  作者: Mango

代码示例1
dbc.Button(
    html.Span(["Button", html.I(className="fas fa-plus-circle ml-2")])
)