0.7.3 • Published 4 years ago

vue-notification-renderless v0.7.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Vue Notification Renderless

Lightweight renderless flash message component.

  • WIP - Fits my current use case but is subject to change
  • Provides functionality for stacked notifications but allows you to defined the html & css for layout. See demo for use.
  • Forked from ivalkenburg/vue-flasher initially to allow per message duration, as opposed to a global duration
this.$notification({
  type: 'alert',
  text: 'This is an alert!',
  duration: 5000
});

Demo: https://codesandbox.io/s/88v5v46xl9
Demo – Bootstrap 4 style alert: https://codesandbox.io/s/l42q46jjll

Installation

npm install vue-notification-renderless

then inside your project entry file:

import Vue from 'vue';
import VueNotificationRenderless from 'vue-notification-renderless';

Vue.use(VueNotificationRenderless);
0.7.3

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.6.0

5 years ago

0.5.7

5 years ago

0.5.6

5 years ago

0.5.5

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago