Skip to main content

Reflex custom component for React easy-react-text-loop

Project description

TextLoop

A Reflex custom component for looping text based on easy-react-text-loop React component.

Installation

PIP

pip install reflex-text-loop

Poetry

poetry add reflex-text-loop

Usage

Props

Name Type Default Description
animation string tween One of tween, spring, inertia, keyframes, just
timeout number 2500 Animation timout in ms
text string None Comma separated words which will be used in animation

Sample

from reflex_text_loop import TextLoop

def index():
    rx.text(
        TextLoop(
            "Un", "Dros", "Tres"
        )
    )

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_text_loop-0.0.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

reflex_text_loop-0.0.1-py3-none-any.whl (6.4 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