Skip to content

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

License

Notifications You must be signed in to change notification settings

vinuch/vue-transitions-css

 
 

Repository files navigation

vue-transitions-css

All Contributors

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>

Contributors ✨

Thanks goes to these wonderful people (emoji key):


jonathan

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

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%