https://github.com/unocss-community/unocss-preset-magicss
Integrate magic animation into unocss preset
https://github.com/unocss-community/unocss-preset-magicss
preset unocss unocss-community unpreset
Last synced: 3 months ago
JSON representation
Integrate magic animation into unocss preset
- Host: GitHub
- URL: https://github.com/unocss-community/unocss-preset-magicss
- Owner: unocss-community
- License: mit
- Created: 2024-11-15T05:47:06.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:11:37.000Z (5 months ago)
- Last Synced: 2025-03-07T09:11:20.412Z (3 months ago)
- Topics: preset, unocss, unocss-community, unpreset
- Language: TypeScript
- Homepage:
- Size: 296 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unocss - unocss-preset-magicss - Integrate magic css animation preset by [@zyyv](https://github.com/zyyv). (Community / Presets)
README
# unocss-preset-magicss [](https://npmjs.com/package/unocss-preset-magicss)
Integrate magic animation into unocss preset.
## Features
- 📦 Build-In [Magic Animate](https://github.com/miniMAC/magic).## Usage
```shell
pnpm i -D unocss-preset-magicss unocss
``````ts
// uno.config.ts
import { defineConfig, presetUno } from 'unocss'
import { presetMagicss } from 'unocss-preset-magicss'export default defineConfig({
presets: [
// ...
presetUno(),
presetMagicss(),
],
})
```## License
[MIT](./LICENSE) License © 2023 [zyyv](https://github.com/zyyv)