1.0.5 • Published 1 year ago

simplecustomtoast3 v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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!.' }

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago