Component Description
This component is used on the home page to show a list of links with talent names. On hover of a name, it will show a featured image for that talent.
Design
Please also see attached screenshots for quick reference.
NOTE
On mobile please go to 1 column of names.
The designs show the image hover on "Jamie Ford".
Slots
None.
Props
props: {
items: {
// The list of talent. Can use mock API `directors` for these. Use the `featuredImage` for hover.
type: Array,
default: () => []
}
}
Developer Tips
The trick will be getting the columns aligning correctly. Note the component should align vertically, and horizontally. The last column should align to the right edge of screen when sized similar to the design. If the list of names isn't the ideal length, the last column of names should align to the top of the previous column.
--color-yellow for the font color
--color-white for the font hover color
- Use unit-gap css var for padding on sides.
- Please have a max width of 1280px for the entire component.
- Please set
min-height to unit-100vh.
Events
None.
Required components
- Use
wp-image for the background image. Set it to mode="fullbleed" and use `position: absolute" with a height and width set to have it size correctly. Alternatively, use a regular image tag if you want, be sure to use src-set correct.
- Each name should be a
nuxt-link.
Screenshots

Component Description
This component is used on the home page to show a list of links with talent names. On hover of a name, it will show a featured image for that talent.
Design
Please also see attached screenshots for quick reference.
NOTE
On mobile please go to 1 column of names.
The designs show the image hover on "Jamie Ford".
Slots
None.
Props
Developer Tips
The trick will be getting the columns aligning correctly. Note the component should align vertically, and horizontally. The last column should align to the right edge of screen when sized similar to the design. If the list of names isn't the ideal length, the last column of names should align to the top of the previous column.
--color-yellowfor the font color--color-whitefor the font hover colormin-heighttounit-100vh.Events
None.
Required components
wp-imagefor the background image. Set it tomode="fullbleed"and use `position: absolute" with a height and width set to have it size correctly. Alternatively, use a regular image tag if you want, be sure to use src-set correct.nuxt-link.Screenshots