0.4.0 • Published 4 years ago

micro-toast v0.4.0

Weekly downloads
26
License
ISC
Repository
github
Last release
4 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

4 years ago

0.4.0-beta.0

4 years ago

0.3.4

5 years ago

0.3.2

5 years ago

0.3.3

5 years ago

0.3.0

5 years ago

0.3.1

5 years ago

0.2.4

5 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.5

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago