lottie-react

Overview

Lottie animations in React: one component for the easy path, the whole engine when you need control.

One component plays a Lottie file. The hook, the instance and the whole engine underneath are yours when you want them.

import { Lottie } from "lottie-react";export function FirstAnimation() {  return <Lottie src="/anim.json" autoplay loop />;}

Where to go

On this page