Docs
Rain Letter Backgroud
Rain Letter Backgroud
A amazing Rain Letter Backgroud
Installation
Copy and paste the dot code into your project.
API Reference
Props
Prop | Type | Description |
---|---|---|
char | string | The character to be displayed (e.g., letter, number, symbol). |
x | number | The horizontal position of the character, represented as a percentage (0–100%). |
y | number | The vertical position of the character, represented as a percentage (0–100%). |
speed | number | The falling speed of the character, which influences the animation timing. |
Usage
export default function Demo() {
return (
<div>
<RainingLetters />
</div>
)
}