JSPM

tailwindcss-vov

0.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q23045F
  • License MIT

Add VOV CSS as Tailwind CSS plugin to your project.

Package Exports

  • tailwindcss-vov
  • tailwindcss-vov/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tailwindcss-vov) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Tailwind VOV.CSS Plugin

A TailwindCSS plugin to integrate VOV.css animations seamlessly.

Installation

Install the plugin and its dependencies:

npm install tailwind-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>