1.1.2 • Published 6 years ago

vue-roaster v1.1.2

Weekly downloads
14
License
MIT
Repository
-
Last release
6 years ago

vue-roaster

Material Design style Toast (Alert) for Vue

Installation

npm install -S --production vue-roaster

Usage

<template>
    <toast></toast>
</template>

<script>
    import { Toast } from 'vue-roaster';

    export default {
        ready() {
            Toast.methods.addToast("An Example Toast", 5000);
        },
        components: { Toast }
    }
</script>

See example folder for more details.

Contributing

# install dependencies
npm install

# serve example with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
1.1.2

6 years ago

1.1.1

8 years ago

1.1.0

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago