toaster-ts

A library to render notifications no matter your framework

GitHub iconGitHubnpm iconnpm
Documentation

Installation

npm install ts-toaster

Usage

import { toast } from 'toaster-ts';

toast('My first toast');

Customize position

<section id="toaster-wrapper" data-position="bottom-right" />