Python Dash Bootstrap Boutons avec icônes

dbc.Button(
    html.Span(["Button", html.I(className="fas fa-plus-circle ml-2")])
)
Wild Wolf