Skip to main content

Examples

Default

Large Counts

Preformatted Strings

Fans Only

Small Counts

Props

FanFollowerCount

Displays a creator’s formatted fan and subscriber counts, each paired with an icon. Numeric values are compacted (1200"1.2k"); pass a pre-formatted string to bypass formatting. Either group can be hidden independently.
string | number
default:"0"
Fan count. Numbers are compacted (e.g. 1200"1.2k"); strings render verbatim.
string
default:"Fans"
Label rendered after the fan count.
boolean
default:"true"
Show the fan count group.
boolean
default:"true"
Show the subscriber count group.
string | number
default:"0"
Subscriber count. Numbers are compacted (e.g. 3000"3k"); strings render verbatim.
string
default:"Subs"
Label rendered after the subscriber count.

Exported types

Also exported from @fanvue/ui: FanFollowerCountProps.
Setup: Installation · Theming