Alert Component
Show alert message (errors, success, informations) in ui
Installation
yarn add @tourepedia/alert
Usage
// import the alert component
import Alert from "@tourepedia/alert"
const MyComponent = () => {
return <Alert type="assertive">Something went wrong</Alert>
}