unocss-preset-animatecss
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

unocss-preset-animatecss npm

Features

  • 🔥 UnoCSS Preset for Animate.css

Usage

pnpm i -D unocss-preset-animatecss unocss
// uno.config.ts
import { defineConfig } from 'unocss'
import { presetAnimateCSS } from 'unocss-preset-animatecss'

export default defineConfig({
  presets: [
    // ...
    presetAnimateCSS(),
  ],
})

License

MIT License © 2023 chizukicn

Package Sidebar

Install

npm i unocss-preset-animatecss

Weekly Downloads

2

Version

0.0.2

License

MIT

Unpacked Size

298 kB

Total Files

9

Last publish

Collaborators

  • chizukicn