1.1.0 • Published 3 years ago

vue-css-waves v1.1.0

Weekly downloads
2
License
Under WTFPL licen...
Repository
github
Last release
3 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

3 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago