> For the complete documentation index, see [llms.txt](https://vuido.mimec.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vuido.mimec.org/built-in-components/widgets/button.md).

# Button

A simple button widget.

## Events

### click

Called when the button is clicked.

## Example

```markup
<Button v-on:click="ok">OK</Button>
```
