@rising-company/wave-maker-vue
v0.1.1
Published
Vue component for wave-maker WebGL gradients
Maintainers
Readme
@rising-company/wave-maker-vue
Vue 3 component for wave-maker — beautiful animated WebGL wave gradients.
Installation
npm install @rising-company/wave-maker-vue @rising-company/wave-maker-coreRequires Vue 3.3+.
Quick Start
<script setup>
import { WaveMaker } from '@rising-company/wave-maker-vue'
</script>
<template>
<div style="position: relative; height: 100vh">
<WaveMaker preset="stitch" valley class="absolute inset-0" />
<div style="position: relative; z-index: 1">
<h1>Your content</h1>
</div>
</div>
</template>Presets
ocean · sunset · aurora · stitch · midnight · ember
Documentation
Full props, API, and examples: github.com/rising-company/wave-maker
License
MIT
