Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages