Examples
Default
Without Author
Title Only
Low Rating
List
Props
ReviewCard
A single written review: a star rating with an optional author byline, a title, and the review body. Stack several with aDivider between them to build a review list.
number
required
Star rating the reviewer gave, shown beside the star icon.
ReactNode
Reviewer name or handle, rendered after “by”. Omitted when not provided.
ReactNode
Review body text.
number
default:"5"
Highest possible rating, used only in the accessible label (e.g. “4 out of 5”).
ReactNode
Short headline for the review.
Exported types
Also exported from@fanvue/ui: ReviewCardProps.
Setup: Installation · Theming