Module iced_web::widget::button[][src]

Allow your users to perform actions by pressing a button.

A Button has some local State.

Structs

Button

A generic widget that produces a message when pressed.

State

The local state of a Button.

Style

The appearance of a button.

Traits

StyleSheet

A set of rules that dictate the style of a button.