Overview
Vue3 Lottie is a tool created for Vue 3 or Nuxt 3 applications that allows developers to easily integrate Lottie animations. It serves as a Vue wrapper around the lottie-web library, offering additional features to enhance the animation experience within Vue applications.
Features
- Easy Integration: Seamlessly add Lottie animations to Vue 3 or Nuxt 3 applications.
- Compatibility with Lottie-Web Library: Utilizes the lottie-web library for animation functionalities.
- Global Component Registration: Register the component globally for convenient usage in the application.
- TypeScript Support: Upgrading to version 3.x provides better support for TypeScript.
- Detailed Documentation: Comprehensive documentation available for guidance on installation and usage.
- Props and Options: Includes props like animationData and animationLink for customization options.
Vue 3
If you are using npm:
npm install vue3-lottie
If you are using yarn:
yarn add vue3-lottie