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
<Metadata
title = '',
child = null,
data = [],
/>
// data prop takes objects with { label: 'Created' , value: // some date or other info }
data: [ {label: "Created", value: "Sep 16, 2024"},
{label: "Last Access": "Jan 29, 2023"},
]
Tasks
Render the child component at the top.
Display the section title and the key-value pairs from the data in two-column format.
Create stories for these cases:
Metadata component with a QuestionBox child and 3 rows of data
Specs
Tasks
Create stories for these cases:
Figma
The text was updated successfully, but these errors were encountered: