Skip to content

Instantly share code, notes, and snippets.

@crcn
Last active July 12, 2020 17:27
Show Gist options
  • Save crcn/1e6ee38e10b7ff314780ad772ed0f3a7 to your computer and use it in GitHub Desktop.
Save crcn/1e6ee38e10b7ff314780ad772ed0f3a7 to your computer and use it in GitHub Desktop.
<!--
@group components / molecules
### This is a test component
Test just a test, move a long. Here's what it looks like:
<Test>
</Test>
Here's how you use it:
```tsx
import { Test } from "./design.pc";
<Test>
Hellooooo world
</Test>
```
-->
<div export component as="Test">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment