---
title: reviewCard
framework: tvml
role: collectionGroup
path: tvml/reviewcard
---

# reviewCard

Displays abbreviated review information for a media item.

## Overview

Overview Here’s a general example for a movie review. <reviewCard>     <badge src="resource://tomato-fresh-m" />     <title>WWDC Review</title>     <description>Brief review here</description>     <text>Ravi Patel June, 8 2015</text> </reviewCard> Subelements of reviewCard badge description img organizer ratingBadge text title Elements that Use reviewCard section

## Topics

### Valid TVML Styles

- [background-color](tvml/background-color.md)
- [border-radius](tvml/border-radius.md)
- [height](tvml/element-shaping-height.md)
- [padding](tvml/padding.md)
- [tv-align](tvml/tv-align.md)
- [tv-highlight-color](tvml/tv-highlight-color.md)
- [tv-position](tvml/tv-position.md)
- [width](tvml/element-shaping-width.md)

### Valid TVML Attributes

- [binding](tvml/binding.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)

## See Also

### Card Elements

- [card](tvml/card.md)
- [ratingCard](tvml/ratingcard.md)
