Skip to content

onexay/reflex-text-loop

Repository files navigation

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"
        )
    )

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages