Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vinuch/vue-transitions-css

Repository files navigation

vue-transitions-css

A lightweight CSS library for for adding transitions to Vue components ⭐

Demo | Contribution | Changelog

USAGE

Installation via NPM:

npm install vue-transitions-css

In the main.js file:

...

import 'vue-transitions-css';

...

This imports the minified css distribution file globally, available for use anywhere in the project.

In any .vue file:

  <transition name="fade">
    <Content v-if="show" />
  </transition>

About

A lightweight CSS library for adding transitions to Vue components ✨ 💚

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 84.7%
  • JavaScript 15.3%