<VideoFeature> ComponentVideoFeature highlights a provided video, showcasing related information about its content and (optionally) its creator.
<VideoFeatureheading="Display copy, tellus massa in lementum nulla donec nec"description="Body copy, pharetra pellentesque sed elementum risus accumsan et. Tristique tortor, morbi vivamus nibh mollis. Ultrices aliquet sit nibh consequat quam vestibulum ipsum turpis. Sed quam vitae porttitor egestas. Luctus nibh ut posuere ultrices est arcu at aliquam in. Sem aenean laoreet molestie non."author={{name: 'Firstname Lastname',role: 'Title, Company',avatar:'https://www.datocms-assets.com/19447/1648680074-screenshot-2022-03-31-at-00-40-47.png',}}video={{solution: 'applications',url: 'https://youtu.be/nJ0aI6sEDRo',description:'Description - 2 lines with character limit of 90. Tempus in egestas sagittis nulla feugiat',}}/>
Dark appearance
Body copy, pharetra pellentesque sed elementum risus accumsan et. Tristique tortor, morbi vivamus nibh mollis. Ultrices aliquet sit nibh consequat quam vestibulum ipsum turpis. Sed quam vitae porttitor egestas. Luctus nibh ut posuere ultrices est arcu at aliquam in. Sem aenean laoreet molestie non.
Description - 2 lines with character limit of 90. Tempus in egestas sagittis nulla feugiat
Content positioned on the right
Body copy, pharetra pellentesque sed elementum risus accumsan et. Tristique tortor, morbi vivamus nibh mollis. Ultrices aliquet sit nibh consequat quam vestibulum ipsum turpis. Sed quam vitae porttitor egestas. Luctus nibh ut posuere ultrices est arcu at aliquam in. Sem aenean laoreet molestie non.
Description - 2 lines with character limit of 90. Tempus in egestas sagittis nulla feugiat
Without <AuthorByline />
Body copy, pharetra pellentesque sed elementum risus accumsan et. Tristique tortor, morbi vivamus nibh mollis. Ultrices aliquet sit nibh consequat quam vestibulum ipsum turpis. Sed quam vitae porttitor egestas. Luctus nibh ut posuere ultrices est arcu at aliquam in. Sem aenean laoreet molestie non.
Description - 2 lines with character limit of 90. Tempus in egestas sagittis nulla feugiat
| Name | Description |
|---|---|
appearancestring | Display the component on light or dark backgrounds. |
contentPositionstring | Position for content to appear on. |
heading*string | Text displayed within the heading element. |
description*string|React.ReactNode | Text following the heading element. |
authorobject | Details about the video author. Object contains nested props, see below: |
author.avatarstring | Source url of the image |
author.name*string | Renders as the first line of the byline |
author.role*string | Renders as the second line of the byline |
videoobject | Object contains nested props, see below: |
video.solutionstring | Solution theme to apply to the gradient. |
video.url*string | URL for the featured video. |
video.descriptionstring | Text describing the video. |