Skip to content

Instantly share code, notes, and snippets.

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