0.2.1 • Published 5 years ago

@eckon/toast v0.2.1

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

Package Usage

Import the ToastComponent into the "main" view (like a layout). Import the Toast to push new toasts to the ToastComponent.

Toast.show(message);
Toast.success(message);
Toast.error(message);

// will set the global time of all toasts
Toast.setDelay(message);

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Build and bundle for npm

npm run build

Testing the built package locally

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

6 years ago

0.1.0

6 years ago