Created
August 18, 2020 00:54
-
-
Save gtodd876/e491b9c54273d59280ee2581690c45db to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "React Component - Export default function": { | |
| "prefix": "rfcd", | |
| "body": [ | |
| "export default function ${1:ComponentName}() {", | |
| " return (", | |
| " <>", | |
| " $0", | |
| " </>", | |
| " );", | |
| "}" | |
| ], | |
| "description": "Create a React functional component" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment