Getting Started
Templates
Components
Special Animations
Text Animations
Backgrounds
import Novatrix from "@/components/eldoraui/novatrix-background"<Novatrix color={[1, 1, 1]} speed={1.0} amplitude={0.1} mouseReact={true} />| Prop | Type | Default | Description |
|---|---|---|---|
color | [number, number, number] | [1, 1, 1] | RGB color values for the background animation |
speed | number | 1.0 | Animation speed multiplier |
amplitude | number | 0.1 | Mouse interaction amplitude |
mouseReact | boolean | true | Enable mouse interaction effects |