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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file reflex_text_loop-0.0.1.tar.gz.
File metadata
- Download URL: reflex_text_loop-0.0.1.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4be9cb2b626a329f4de04dddc7c2571c1d204b6be2b6cc9eb87ed926c82ee47b
|
|
| MD5 |
545a8b13f53a68c70fb3b46af3b84427
|
|
| BLAKE2b-256 |
aceb2bf65bab5474452b374951497f82338abc95569a5451dfade2ba52e05133
|
File details
Details for the file reflex_text_loop-0.0.1-py3-none-any.whl.
File metadata
- Download URL: reflex_text_loop-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37772b301ca87b8195fd37c09e848299bafa8484e104b9c14d5e1182b2cf40b7
|
|
| MD5 |
04dbedd5196a874646d55dcee38e4513
|
|
| BLAKE2b-256 |
c2e6fc55aec3e78e34d7f226a60719d1e01da8d4a78c2743ec4716af2c74ca0d
|