0.4.0 • Published 1 year ago

qwik-lottie-web v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.4.0

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago

1.0.0

2 years ago