Cards
Props
Prop | Type | Description | Required |
---|---|---|---|
data | object | The main data object containing the following fields: | Yes |
author | An optional object containing details about the author. | No | |
author.name | The name of the author. | Yes (if author is provided) | |
author.role | The role or title of the author. | Yes (if author is provided) | |
author.profileImage | The profile image URL of the author. | Yes (if author is provided) | |
title | The title of the card. | Yes | |
content | The main content or description displayed on the card. | Yes | |
coverImage | An optional URL of the cover image for the card. | No |