Last active
November 28, 2020 14:39
-
-
Save jmaicaaan/6430742d3cc4529264370c3bf15d36ad 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 using filename": { | |
| "prefix": "react#component-use-filename", | |
| "body": [ | |
| "export const ${TM_FILENAME_BASE/(.*)/${1:/capitalize}/} = (props) => {", | |
| " return (", | |
| " $2", | |
| " );", | |
| "};" | |
| ], | |
| "description": "Create a functional React component based on the filename" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment