Skip to content

Commit

Permalink
feat: asset props in media card playroom
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmarquesini-tlf committed Jul 20, 2023
1 parent ebbb6ac commit fcac9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playroom/snippets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,7 @@ const cardSnippets: Array<Snippet> = [
title="Title"
subtitle="Subtitle"
description="Description"
asset={<Avatar size={40} src="https://source.unsplash.com/600x600/?face" />}
extra={<Placeholder />}
button={
<ButtonPrimary small onPress={() => {}}>
Expand All @@ -635,6 +636,7 @@ const cardSnippets: Array<Snippet> = [
title="Title"
subtitle="Subtitle"
description="Description"
asset={<Avatar size={40} src="https://source.unsplash.com/600x600/?face" />}
extra={<Placeholder />}
button={
<ButtonPrimary small onPress={() => {}}>
Expand Down

0 comments on commit fcac9b7

Please sign in to comment.