Docs
Rain Letter Backgroud

Rain Letter Backgroud

A amazing Rain Letter Backgroud

Welcome to BuouUI

Installation

Copy and paste the dot code into your project.

API Reference

Props

PropTypeDescription
charstringThe character to be displayed (e.g., letter, number, symbol).
xnumberThe horizontal position of the character, represented as a percentage (0–100%).
ynumberThe vertical position of the character, represented as a percentage (0–100%).
speednumberThe falling speed of the character, which influences the animation timing.

Usage

export default function Demo() {
  return (
    <div>
      <RainingLetters />
    </div>
  )
}