Text Shimmer
Generating code...
Installation
Install Dependencies
Copy and Paste the component
@/components/reframe-ui/text-shimmer.tsx
Usage
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| children | string | - | Yes | The content of the text shimmer. |
| as | keyof JSX.IntrinsicElements | p | No | The HTML tag to render, defaults to paragraph. |
| className | string | - | No | Optional CSS class for styling the component. |
| duration | number | 2 | No | The duration of the animation. |
| spread | number | 2 | No | The spread of the shimmer animate. |
© Copyright 2025. All rights reserved.Built by @thommysart