Skip to content

Instantly share code, notes, and snippets.

@ItsJonQ
Last active August 12, 2020 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ItsJonQ/c4c9241d4e78296bf374afedf619e1e5 to your computer and use it in GitHub Desktop.
Save ItsJonQ/c4c9241d4e78296bf374afedf619e1e5 to your computer and use it in GitHub Desktop.
<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