You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component is a generic component that displays metadata key-value fields. Using a combination of props and slots, it displays n number of metadata fields in either a vertical (stacked) or horizontal (tabular/column) orientation.
For the FTVA website built, this component will be used on the Collection Item Detail page to display the main article's metadata content in the sidebar.
title metadata field should not be displayed (per walkthrough discussion)
Empty metadata fields should not be displayed (per walkthrough discussion)
Metadata fields with multiple items should display items as comma separated values (ref: Slack thread)
View Catalog Button should come through a slot rather than be a part of the component
Button takes link from externalResourceUrl field
Recommended to make component full width; actual sizing should be determined by a parent container. In the case of the Collection Item Detail page, that would be the sidebar column.
Component Description
This component is a generic component that displays metadata key-value fields. Using a combination of props and slots, it displays
n
number of metadata fields in either a vertical (stacked) or horizontal (tabular/column) orientation.For the FTVA website built, this component will be used on the Collection Item Detail page to display the main article's metadata content in the sidebar.
Collection Detail Walkthrough: YouTube
Design Specs
Slots
Add slot for
View Catalog Record
button rather than make it a part of the componentProps
Developer Tips
Description List
element (MDN)title
metadata field should not be displayed (per walkthrough discussion)View Catalog Button
should come through a slot rather than be a part of the componentexternalResourceUrl
fieldData
Events
No event to emit
Child components
ButtonLink
component (FTVA Secondary)Screenshots
https://www.figma.com/design/L8e1czKo8a8px368ayyPZ4/%5BFTVA%5D-Final-Design-with-Annotations?node-id=1640-4328&t=0YgjZBpa1vF58rpR-4
The text was updated successfully, but these errors were encountered: