python dash bootstrap buttons with icons code example
Example: python dash bootstrap buttons with icons
dbc.Button(
html.Span(["Button", html.I(className="fas fa-plus-circle ml-2")])
)
dbc.Button(
html.Span(["Button", html.I(className="fas fa-plus-circle ml-2")])
)