Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 375 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 375 Bytes

lite-toast-message

Lite and basic toast message

Installation

npm i lite-toast-message

Usage

import { success, error, warning, info } from 'lite-toast-message'

info('Hello World')

Options

success('Message body', 'Title', 5000)
info('Message body', 'Title', 5000)
warning('Message body', 'Title', 5000)
error('Message body', 'Title', 5000)