Skip to content

feat: add nuxt-lottie #1231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added icons/lottie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion modules/headway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ maintainers:
- name: Lucas Portet
github: l-portet
avatar: https://avatars.githubusercontent.com/u/34057690?v=4
twitter: lucasportet
twitter: lukecarry_
compatibility:
nuxt: ^2.0.0
requires: {}
18 changes: 18 additions & 0 deletions modules/lottie.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: lottie
description: Easily integrate Lottie animations into your Nuxt App.
repo: volkanakkus/nuxt-lottie
npm: nuxt-lottie
icon: lottie.png
github: https://github.com/volkanakkus/nuxt-lottie
website: https://github.com/volkanakkus/nuxt-lottie
learn_more: https://github.com/volkanakkus/nuxt-lottie/blob/main/README.md
category: UI
type: 3rd-party
maintainers:
- name: Volkan Akkuş
github: volkanakkus
avatar: https://avatars.githubusercontent.com/volkanakkus
twitter: volkanakks
compatibility:
nuxt: '>=3.0.0'
requires: {}
4 changes: 2 additions & 2 deletions modules/nuxt-coolify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ learn_more: https://nuxt-coolify.justserdar.dev/
category: Request
type: 3rd-party
maintainers:
- name: h+
- name: Serdar Yerdelen
github: JustSerdar
twitter: darwebdb
twitter: justserdardev
compatibility:
nuxt: '>=3.0.0'
requires: {}
2 changes: 1 addition & 1 deletion modules/nuxt-monaco-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ learn_more: https://e-chan1007.github.io/nuxt-monaco-editor
category: Libraries
type: 3rd-party
maintainers:
- name: e-chan1007
- name: Sota Iguchi
github: e-chan1007
twitter: e_chan1007
compatibility:
Expand Down