0.4.0 • Published 3 months ago

qwik-lottie-web v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Qwik Lottie Web ⚡️


Install

npm i qwik-lottie-web
pnpm i qwik-lottie-web
yarn add qwik-lottie-web

Usage

import { component$, useSignal } from "@builder.io/qwik";

import { QwikLottie } from "qwik-lottie-web";

import * as confetti from "./assets/confetti.json";
export default component$(() => {
   const container = useSignal<HTMLElement>();
  return (
    <QwikLottie container={container.value} animationData={confetti} />
  );
});
0.3.0

3 months ago

0.4.0

3 months ago

0.2.0

12 months ago

0.1.0

12 months ago

1.0.0

12 months ago