buttonExample
@
safe @
()
=> label("Some components, like buttons, can have multiple styles, which they switch between based on their " ~ "state. You can define a different style for a button that is hovered, held down, or focused (relevant if " ~ "using a keyboard).") Button!()
buttonExample