Simple vanilla component that displays a message to the user. See more in the documentation at chiquezi.com/vanilla/alert
// Install
yarn add @fabiochiquezi/alert or npm install @fabiochiquezi/alert
// Usage
import "@fabiochiquezi/alert/styles.css" // Import the CSS
import { useAlert } from '@fabiochiquezi/alert'
const alert = useAlert()
import { useAlert } from '@fabiochiquezi/alert';
const alert = useAlert()
alert.success("Simple example!", 1000)