Last active
April 19, 2025 22:28
-
-
Save kuldar/61f06ef624e72fad592458717a561a77 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": { | |
"prefix": "rcc", | |
"body": [ | |
"const ${1:${TM_FILENAME_BASE/(.*)/${1:/pascalcase}/}} = () => {", | |
" return (", | |
" <div>", | |
" ${2:$1}", | |
" </div>", | |
" );", | |
"};", | |
"", | |
"export default $1;" | |
], | |
"description": "Minimal functional React component" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment