Last active
August 12, 2020 22:07
-
-
Save ItsJonQ/c4c9241d4e78296bf374afedf619e1e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<View css={{ margin: 'auto', maxWidth: 960 }}> | |
<VStack> | |
<HStack justify="space-between"> | |
<View> | |
<Heading size={3}> | |
Components: HStack, VStack, ZStack{' '} | |
<View as="span" css={{ fontSize: 'inherit', opacity: 0.5 }}> | |
#22 | |
</View> | |
</Heading> | |
</View> | |
<View> | |
<HStack> | |
<Button>Edit</Button> | |
<Button variant="primary">New Issue</Button> | |
</HStack> | |
</View> | |
</HStack> | |
<HStack justify="flex-start"> | |
<Lozenge color="green">Open</Lozenge> | |
<Text weight="bold">ItsJonQ</Text> | |
<Text>opened this issue 2 days ago · 1 comment</Text> | |
</HStack> | |
</VStack> | |
</View> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment