Created
August 15, 2021 12:32
-
-
Save KevinVR/bc7165d1817ab5461f80085eefc2706d 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
function MyComponent() { | |
return <div styles={{ | |
backgroundColor: 'red', | |
fontSize: '25px' | |
}}> | |
... | |
</div>; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment