Active Users
Total registered users
0
usersGrowing strong since launch
Total Clicks
Engagement metrics
0
clicksHigh user engagement rate
Content Shares
Social reach
0
sharesViral content distribution
Growth Metrics
Year-over-year performance
Monthly Active Users
0
users/moAverage Daily Clicks
0
clicks/dayConversion Rate
0.00%
avgInstallation
Examples
0
0.00%
Props
Prop | Type | Default | Description |
---|---|---|---|
links | Array<{ text: string; href: string; color?: string }> | [] | Array of link objects with text, href, and optional gradient color |
variant | "slide" | "flip" | "fade" | "perspective" | "split" | "creative" | "slide" | Animation variant for the reveal effect |
direction | "up" | "down" | "left" | "right" | "up" | Direction of the slide animation |
duration | number | 0.3 | Duration of the animation in seconds |
stagger | number | 0.02 | Delay between each character animation |
showUnderline | boolean | true | Whether to show the underline effect |
fontSize | number | 16 | Font size in pixels |
fontWeight | string | "normal" | Font weight of the text |
letterSpacing | string | "normal" | Letter spacing of the text |
textTransform | "none" | "uppercase" | "lowercase" | "capitalize" | "none" | Text transformation style |
textColor | string | "currentColor" | Color of the text |
underlineColor | string | "currentColor" | Color of the underline |
underlineHeight | number | 2 | Height of the underline in pixels |
className | string | "" | Additional CSS classes |
style | React.CSSProperties | {} | Additional inline styles |