Created
October 6, 2023 13:16
-
-
Save adevinwild/2440c8f7aedbb45d5e664e467ae6365b to your computer and use it in GitHub Desktop.
VSCode - Quickly add React className attribute
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
Show hidden characters
{ | |
"Add React className": { | |
"scope": "javascript,javascriptreact,typescriptreact", | |
"prefix": "cn", | |
"body": [ | |
"className='${1}'" | |
], | |
"description": "Quickly add a React className attribute" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment