Toasts

import { Toast } from "path/to/package/neptune.min.js"
const myToast = new Toast({
    // Configuration
});

Configuration

Configuration
Options

parent

id or class of the parent element

icon

add icon tag

text

add message

style

primary, accent, information, success, warning, error

position

left-top, left-bottom, right-top, right-bottom

Last updated