Skip to content

Instantly share code, notes, and snippets.

@apple-juice
Last active July 8, 2020 08:29
Show Gist options
  • Save apple-juice/3d6095bc13fee2ecfb05da9c826b89c9 to your computer and use it in GitHub Desktop.
Save apple-juice/3d6095bc13fee2ecfb05da9c826b89c9 to your computer and use it in GitHub Desktop.
export default function Card() {
return (
<Wrapper>
<Inner>
<Image
style={{ backgroundImage: "url(https://picsum.photos/30/30)" }}
/>
<Content>
<Title>Заголовок</Title>
<Subtitle>Подзаголовок</Subtitle>
</Content>
</Inner>
</Wrapper>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment