nuxt-x-affiliate
Leaderboard
Top affiliates ranking table with earnings and referral counts.
Leaderboard
The XAFLeaderboard component renders a ranked list of top-performing affiliates. Use it on the dashboard or public landing page to drive competition and social proof.
Components
<XAFLeaderboard />
<XAFLeaderboard
:entries="leaderboard"
title="Top Affiliates"
period="This Month"
currency="USD"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
entries | { name: string; referrals: number; earnings: number }[] | required | Ranked leaderboard entries |
title | string | 'Top Affiliates' | Section heading |
period | string | 'This Month' | Time period badge shown in the header |
currency | string | 'USD' | Currency code for formatting earnings values |
AI Context
component: XAFLeaderboard
package: "@xenterprises/nuxt-x-affiliate"
use-when: Showing ranked top affiliates by referrals and earnings on dashboard or landing page
