Skip to content

Instantly share code, notes, and snippets.

@jung-han
Created November 7, 2022 22:20
Show Gist options
  • Save jung-han/36287daf08b19d5fc27f495849c62942 to your computer and use it in GitHub Desktop.
Save jung-han/36287daf08b19d5fc27f495849c62942 to your computer and use it in GitHub Desktop.
function MyComponent() {
return (
<div
css={{
backgroundColor: "blue",
width: 100,
height: 100,
}}
/>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment