btn_sized

Function btn_sized 

Source
pub fn btn_sized(color: Color, size: Size, text: &str) -> Element<Button>
Expand description

Create a sized Bootstrap button.

Generates:

<button type="button" class="btn btn-{color} btn-{size}">{text}</button>