# 🔘 Button
we are using buttons everywhere on the dashboard so we do 1 component to manage button types and button multi-style
## Use
you can add a new button like this
```html
{{ __('Create User') }}
```
or you can use it as an icon button inside a table like this
```html
```
and the button works as well as the `x-splade-link` so you can create a delete button like this
```html
```