Properties
children
children: ReactNode
Optional animation
animation?: "kirakira" | "yurayura" | "powan"
Optional particle
particle?: ReactNode
Optional colors
colors?: string[]
Optional sizePx
sizePx?: {
min: number;
max: number;
}
Optional posXPercents
posXPercents?: {
min: number;
max: number;
}[]
Optional posYPercents
posYPercents?: {
min: number;
max: number;
}[]
Optional frequencyMs
frequencyMs?: {
min: number;
max: number;
}
Optional first
first?: number
Optional strong
strong?: boolean
Optional disabled
disabled?: boolean
Optional className
className?: string
Kirarin Props