Skip to main content

Examples

Without Description

Two Buttons

One Button

No Buttons

Avatar Options

Props

CreatorCard

A portrait media card highlighting a creator with avatar, name, optional tagline, and up to two stacked action buttons over a background image. Pass zero, one, or two Button elements via actions to render the no-button, single-button, or two-button variants.
ReactNode
required
Decorative background media rendered behind the creator content.
string
required
Creator display name shown as the heading.
ReactNode
Action buttons rendered at the bottom of the card. Pass zero, one, or two Button elements to render variants with no, one, or two CTAs.
Avatar props forwarded to the inner Avatar.
string
Optional secondary line shown below the name (e.g. role or tagline).

Exported types

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