0.4.0 • Published 3 years ago

micro-toast v0.4.0

Weekly downloads
26
License
ISC
Repository
github
Last release
3 years ago

micro-toast

Usage

import { toast } from 'micro-toast';

toast('Hello, <strong>there</strong>!');

Typings

function toast(text: string, _config?: IConfig): void;

interface IConfig {
  duration?: number,
  classes?: string[],
  index?: string | number
};

CSS

.toast-container {}
.toast {}
.toast__dismiss {}
.--appear {}
.--remove {}
0.4.0

3 years ago

0.4.0-beta.0

3 years ago

0.3.4

4 years ago

0.3.2

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.4

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago