<!--
{
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/reviewcard",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "reviewCard"
}
-->

# reviewCard

Displays abbreviated review information for a media item.

## Overview

Here’s a general example for a movie review.

```xml
<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](/documentation/TVML/badge)
- [description](/documentation/TVML/description)
- [img](/documentation/TVML/img)
- [organizer](/documentation/TVML/organizer)
- [ratingBadge](/documentation/TVML/ratingbadge)
- [text](/documentation/TVML/text)
- [title](/documentation/TVML/title)

### Elements that Use reviewCard

- [section](/documentation/TVML/section)

## Topics

### Valid TVML Styles

[background-color](/documentation/TVML/background-color)

Changes the background color of an element.

[border-radius](/documentation/TVML/border-radius)

Changes the shape of an element’s corner.

[height](/documentation/TVML/element-shaping-height)

Specifies the height of an element.

[padding](/documentation/TVML/padding)

Specifies the padding between the border and contents of an element.

[tv-align](/documentation/TVML/tv-align)

Aligns an element horizontally inside its parent.

[tv-highlight-color](/documentation/TVML/tv-highlight-color)

Changes an element’s color when it comes into focus.

[tv-position](/documentation/TVML/tv-position)

Sets the position of an element inside of its parent element.

[width](/documentation/TVML/element-shaping-width)

Specifies how wide an element is.

### Valid TVML Attributes

[binding](/documentation/TVML/binding)

Associates information in a data item with an element.

[prototype](/documentation/TVML/prototype)

Associates a data item type with an element.

[theme](/documentation/TVML/theme)

Sets the color scheme for an element.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)