Shimmer
An animated text shimmer component for creating eye-catching loading states and progressive reveal effects.
Hello, this is a shimmer effect!
Installation
If you prefer using jsrepo, please install via the command below:
Props
Shimmer
| Name | Type | Default |
|---|---|---|
children | Snippet | |
content_length | number | 30 |
as | keyof HTMLElementTagNameMap | "p" |
duration | number | 2 |
spread | number | 2 |
class | string | |
...restProps | HTMLAttributes<HTMLElement> | |