### SearchButton
- **Tag name :** `<search-button></search-button>`
- **Property :**
  - `text` (_string_, default : _'Search'_) : Text displayed into the input button
- **Description :**
Create a button that display the hits when the user clicks on.

```html
<search-button></search-button>
```
