1.1.0 • Published 4 years ago

vue-css-waves v1.1.0

Weekly downloads
2
License
Under WTFPL licen...
Repository
github
Last release
4 years ago

vue-css-waves

VueJS CSS waves

Install

npm install --save vue-css-waves

Usage

Just import the Waves component where you want to see it !

<template>
    <Waves />
</template>

<script>
	import Waves from 'vue-css-waves'
    import 'vue-css-waves/dist/vue-css-waves.css'

	export default {
		components: {
			Waves
		}
	}
</script>

Demo

Live : https://www.ismailnguyen.com

1.1.0

4 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago