# Button

`import { Button } from 'towelify';`
The button is relatively straightforward component. It takes the following props to take the forms shown above:

1. `<Button primary>`
2. `<Button success>`
3. `<Button danger>`
4. `<Button warning>`
5. `<Button btn-sm>`
6. `<Button btn-lg>`
7. `<Button block>`
8. `<Button disabled>`
