All Projects → IFmiss → vue-message

IFmiss / vue-message

Licence: other
A prompt component based on vue2.0

Programming Languages

Vue
7211 projects

Projects that are alternatives of or similar to vue-message

mosha-vue-toastify
A light weight and fun Vue 3 toast or notification or snack bar or however you wanna call it library.
Stars: ✭ 185 (+400%)
Mutual labels:  toast, vue-toast
vue-toast
vue.js toast tips 提示文本 Vue1.0&2.0
Stars: ✭ 17 (-54.05%)
Mutual labels:  toast, vue-toast
Vue Toastr
Vuejs Toast : Plugin and Component Capability.
Stars: ✭ 93 (+151.35%)
Mutual labels:  toast, vue-plugin
v-tostini
Toast plugin for Vue.js 2.x
Stars: ✭ 12 (-67.57%)
Mutual labels:  toast, vue-plugin
JDToaster
🍞 Toasty iOS alerts
Stars: ✭ 25 (-32.43%)
Mutual labels:  toast
vue-unique-id
Component and HTML unique id generation plugin for Vue.js
Stars: ✭ 46 (+24.32%)
Mutual labels:  vue-plugin
Loafjet
🚀 Loafjet is a lightweight custom framework used to add Loafs, Dash Board, Popup Card, and Loading indicator in your Swift project
Stars: ✭ 63 (+70.27%)
Mutual labels:  toast
vue-methods-promise
Let Vue methods support return Promise
Stars: ✭ 35 (-5.41%)
Mutual labels:  vue-plugin
vue2
【🔥Vue.js资讯📚】目前web前端开发非常火爆的框架;定时更新,欢迎 Star 一下。
Stars: ✭ 415 (+1021.62%)
Mutual labels:  vue-plugin
EasyToast
Swift Toasts Library
Stars: ✭ 20 (-45.95%)
Mutual labels:  toast
react-toast
Minimal toast notifications for React.
Stars: ✭ 47 (+27.03%)
Mutual labels:  toast
Toast
To use it in PCL or .NetStandard projects write this line of code : CrossToastPopUp.Current.ShowToastMessage("Message");
Stars: ✭ 51 (+37.84%)
Mutual labels:  toast
vue-uuid
Add UUID to Vue instance.
Stars: ✭ 55 (+48.65%)
Mutual labels:  vue-plugin
ktx
简化Android开发的Kotlin库
Stars: ✭ 39 (+5.41%)
Mutual labels:  toast
BalloonPopup
Forget Android Toast! BalloonPopup displays a round or squared popup and attaches it to a View, like a callout. Uses the Builder pattern for maximum ease. The popup can automatically hide and can persist when the value is updated.
Stars: ✭ 32 (-13.51%)
Mutual labels:  toast
vue-auto-storage
🍻 An automatic storage plugin for Vue2, persist the data with localStorage.
Stars: ✭ 84 (+127.03%)
Mutual labels:  vue-plugin
iakit
无依赖 mini 组件库,只封装了 alert, toast, loading, actionSheet 等使用频率较高的组件。适用于类似 H5 活动页的简单移动端项目,不必为了使用这些组件而引入一个大而全的 UI 库和框架。
Stars: ✭ 38 (+2.7%)
Mutual labels:  toast
php-flasher
🔔 Flasher is a powerful and flexible flash notifications system for PHP, Laravel, Symfony
Stars: ✭ 68 (+83.78%)
Mutual labels:  toast
toast-swift
A Swift Toast view - iOS 14 style and newer - built with UIKit. 🍞
Stars: ✭ 85 (+129.73%)
Mutual labels:  toast
vue-web-storage
Vue.js plugin for local storage and session storage (1.8 kb min+gz) 💾
Stars: ✭ 85 (+129.73%)
Mutual labels:  vue-plugin

vue-message

A prompt component based on vue2.0

DEMO

http://www.daiwei.org/components/vue-message

How To Use

  • install vue-message plugin
  npm install --save vue-message
  • main.js To Use

      import Vue form 'vue'
      import Msg from 'vue-message'
      Vue.use(Msg, {
        text: 'Hello world', duration: 3000, background: 'rgba(7,17,27,0.6)'
      })
    
  • .vue To Use

      // this.$toast('你好')    //  string  or object  (version  0 - 1.1.5)
      this.$msg('Hello')        // ### 1.2.0 after 
      this.$msg({text:'未曾遗忘的青春', background: 'red'})
    

    1.2.0 + ===> $msg

    1.2.0 - ===> $toast

    1.2.2 update readme add demo link

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].