Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created August 15, 2021 12:32
Show Gist options
  • Save KevinVR/bc7165d1817ab5461f80085eefc2706d to your computer and use it in GitHub Desktop.
Save KevinVR/bc7165d1817ab5461f80085eefc2706d to your computer and use it in GitHub Desktop.
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