simplecustomtoast3

1.0.5 • Public • Published

simplecustomtoast3

Simple custom toast for VUE JS

Recommended IDE Setup

Customize configuration

Project Setup

npm i simplecustomtoast3

Compile and Hot-Reload for Development

import {TheToast} from "simplecustomtoast3"

Compile and Minify for Production

<TheToast
            v-for="toast in toasts"
            :key="toast.title" :toast="toast" :timeOut="30000">
        </TheToast>

{ title: 'Success toast', type: 'success', message: 'Successfully installed!.' }

Readme

Keywords

none

Package Sidebar

Install

npm i simplecustomtoast3

Weekly Downloads

0

Version

1.0.5

License

none

Unpacked Size

9.81 kB

Total Files

6

Last publish

Collaborators

  • serdarhoja