Toasts

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

Configuration

Last updated