### Description
This is a black button designed to show and hide content (text toggles as well)

### Variables
~~~
buttonAlert: {
  hideText:
    type: string / required,
  showText:
    type: string / required,
  classes:
    type: string / optional,
  text:
    type: string / optional
}
~~~
