Created
August 15, 2021 12:25
-
-
Save KevinVR/0686d0fcf37d9de2dec83e2758ce7802 to your computer and use it in GitHub Desktop.
Simple className React
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
function MyComponent() { | |
return <div className="container"> | |
... | |
</div>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment