Skip to main content

Examples

Default

Without Tagline

Without Action

Aspect Ratios

Props

CreatorTile

A visual highlight tile showcasing a creator with a full-bleed background media and an overlaid profile row containing an avatar, name, optional tagline and an action element.
ReactNode
required
Decorative background media rendered behind the creator content.
ReactNode
required
Creator display name shown as the prominent heading.
ReactNode
Action element rendered on the right of the profile row (e.g. a Button for following the creator).
"banner" | "tall" | "medium" | "short"
default:"medium"
Width-to-height ratio preset.
  • tall – 5:4, closest to square
  • medium – 3:2 landscape
  • short – 9:5 landscape
  • banner – 5:2, the slimmest preset
The profile row is a fixed ~74px tall, so banner needs at least 185px of width before the ratio makes the tile shorter than its own row and the top of the row is clipped. The taller presets reach that floor at widths too narrow to be practical.
Avatar props forwarded to the inner Avatar.
ReactNode
Optional secondary line shown under the name (e.g. handle or tagline).

Exported types

Also exported from @fanvue/ui: CreatorTileAspectRatio, CreatorTileProps.
Setup: Installation · Theming