cushy 0.4.0

A wgpu-powered graphical user interface (GUI) library with a reactive data model
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Button

The [`Button`][button] widget is an interactive widget that offers an `on_click`
callback when it is pressed. It has multiple visual styles, allowing it to be
used as a basis of many button-like widgets. The built-in widgets that utilize a
`Button` to create a specialized button type are:

- [Checkbox]./checkbox.md
- [Radio]./radio.md
- [Select]./select.md

[button]: <{{ docs }}/widgets/button/struct.Button.html>