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"
)
)
Release files for reflex-text-loop 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| reflex_text_loop-0.0.1.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| reflex_text_loop-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.5 kB
Release files / reflex_text_loop-0.0.1.tar.gz
| Download URL | reflex_text_loop-0.0.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4be9cb2b626a329f4de04dddc7c2571c1d204b6be2b6cc9eb87ed926c82ee47b
|
|
BLAKE2b-256 checksum How to use checksums |
aceb2bf65bab5474452b374951497f82338abc95569a5451dfade2ba52e05133
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|
Release files / reflex_text_loop-0.0.1-py3-none-any.whl
| Download URL | reflex_text_loop-0.0.1-py3-none-any.whl |
|---|---|
| Size | 6.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
37772b301ca87b8195fd37c09e848299bafa8484e104b9c14d5e1182b2cf40b7
|
|
BLAKE2b-256 checksum How to use checksums |
c2e6fc55aec3e78e34d7f226a60719d1e01da8d4a78c2743ec4716af2c74ca0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|