Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 419 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 419 Bytes

Tailwind VOV.CSS Plugin

A TailwindCSS plugin to integrate VOV.css animations seamlessly.

Installation

Install the plugin and its dependencies:

npm install tailwindcss-vov tailwindcss vov.css

Usage

Apply a vov- prefix to the VOV animation names

<div class="vov-fade-in-top-right hover:vov-throb">
    VOV.CSS
</div>