Skip to content

Instantly share code, notes, and snippets.

View Robbie-Cook's full-sized avatar
🎯

Robbie Cook Robbie-Cook

🎯
View GitHub Profile
@Robbie-Cook
Robbie-Cook / react-component.code-snippets
Last active August 16, 2020 04:56
React Component Snippet
{
"component": {
"scope": "typescriptreact",
"prefix": ["component", "styled-component"],
"body": [
"/** @jsx jsx */",
"import { css, jsx } from \"@emotion/core\"",
"import React from \"react\"",
"",
"/**",