# Button

A simple button widget.

## Events

### click

Called when the button is clicked.

## Example

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