### Actual Button

Unlike the "Button" component which is secretly a `<Link></Link>` this very similar component is intended for all use cases where a `<button></button>` is more appropriate.

Styling and functionality is the same except that you pass in an onClick method instead of an href.

Props:

* func `onClick`: function

Style modifier props:

* bool `primary`
* bool `secondary`
* bool `success`

Size modifier props:

* bool `small`
* bool `mini`
