Skip to content

Commit f91f9cd

Browse files
committed
[ResourceItem] Update story with more list items
1 parent 8717c60 commit f91f9cd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

polaris-react/src/components/ResourceItem/ResourceItem.stories.tsx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,22 @@ export function SelectableWithMedia() {
7878
name: 'Yi So-Yeon',
7979
location: 'Gwangju, South Korea',
8080
},
81+
{
82+
id: '146',
83+
url: '#',
84+
avatarSource:
85+
'https://burst.shopifycdn.com/photos/woman-standing-in-front-of-yellow-background.jpg?width=746',
86+
name: 'Jane Smith',
87+
location: 'Manhattan, New York',
88+
},
89+
{
90+
id: '147',
91+
url: '#',
92+
avatarSource:
93+
'https://burst.shopifycdn.com/photos/relaxing-in-headphones.jpg?width=746',
94+
name: 'Grace Baker',
95+
location: 'Los Angeles, California',
96+
},
8197
]}
8298
renderItem={(item) => {
8399
const {id, url, avatarSource, name, location} = item;

0 commit comments

Comments
 (0)