1.1.2 • Published 5 years ago

vue-roaster v1.1.2

Weekly downloads
14
License
MIT
Repository
-
Last release
5 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

5 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago