Docs / Components / Text Reveal
Text Reveal
A bold text component that smoothly reveals words based on scroll position.
Ifyoucleanavacuumcleaner,youbecomeavacuumcleaner
Dependencies
Install the following dependencies to use this component:
1npm install motion
Installation
Run the following command in your terminal to add the component to your project:
1npx rankflow-ui@latest add text-reveal
Props Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| text | string | 'If you clean a vacuum cleaner, you become a vacuum cleaner' | The text content to be revealed. |
| className | string | '' | Additional CSS classes for the container. |