Skip to content

Instantly share code, notes, and snippets.

@crcn
Created February 17, 2021 03:21
Show Gist options
  • Save crcn/3fafe81ca69bf25885deb41740567158 to your computer and use it in GitHub Desktop.
Save crcn/3fafe81ca69bf25885deb41740567158 to your computer and use it in GitHub Desktop.
<style>
div {
color: red;
}
</style>
<!--
Frames are kind of like artboards, and allow you to do responsive testing.
@frame { title: "Desktop", width: 1024, height: 768 }
-->
<div export component as="Message">
Hello {name}!
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment