🎨Vue Breathing Colors
Vue Breathing Colors is a vue directive used to change background color of any component in a "breathing like" manner.
Installation
Yarn
yarn add vue-breathing-colorsNPM
npm install vue-breathing-colors --saveCDN
<script scr="https://unpkg.com/vue-breathing-colors@<VERSION>/dist/vue-breathing-colors.js">Usage
import Vue from 'vue';
import BreathingColors from 'vue-breathing-colors';
Vue.use(BreathingColors);Sample
Auto
HTML
JavaScript
API
Object
Type
Decription
Modifiers
Modifier
Usage
Description
Tips
More coming soon
Last updated
Was this helpful?