Skip to main content

Reflex custom component lottiefiles

Project description

LottieFiles

A Reflex custom component for LottieFiles/dotLottie based on @lottiefiles/dotlottie-react.

Installation

PIP

pip install reflex-lottiefiles

Poetry

poetry add reflex-lottiefiles

Usage

Props

Name Type Default Description
autoplay bool False Auto-starts the animation on load
loop bool False Determines if the animation should loop
src string URL to the animation data (.json or .lottie)
data string Source as string
marker string Named marker
speed int 1
mode forward reverse bounce reverse-bounce forward Animation play mode
background_color string Background color of the canvas. A 6-digit or 8-digit hex color string
play_on_hover bool False Determines if the animation should play on mouse hover and pause on mouse out

Sample

from reflex_lottiefiles import LottieFiles

def index():
    return LottieFiles(
        src="URL",
        autoplay=True,
        loop=True,
    )

See demo code for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reflex_lottiefiles-0.0.1.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

reflex_lottiefiles-0.0.1-py3-none-any.whl (7.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page