| .. | ||
| button | ||
| CHANGELOG | ||
| LICENSE | ||
| pyproject.toml | ||
| README.rst | ||
Buttons example
===============
Buttons example for the `Toga widget toolkit`_. The following buttons features are present on this example:
* Simple buttons with a callback function when a click event happen
* A disabled button
* Buttons modified using CSS from `colosseum`_
* A grid of buttons using the flexbox from CSS of `colosseum`_
* Different button's background color
Quickstart
~~~~~~~~~~
To run this example:
$ python -m button