# Alert

`import { Alert } from 'towelify';`
Another straightforward component that takes in props to either change the color of the alert or to dismiss it:

1. `<Alert primary>`
2. `<Alert success>`
3. `<Alert danger>`
4. `<Alert warning>`
5. `<Alert dismissable>`

Also you can add a link with a class link to bold it for styling as follows:
`<Alert primary>Alert <a className="link">here!</a></Alert>`
