Skip to content

Instantly share code, notes, and snippets.

@rajatk16
Created July 18, 2018 07:59
Show Gist options
  • Save rajatk16/c44bc23ec99937ea8e631057e916209c to your computer and use it in GitHub Desktop.
Save rajatk16/c44bc23ec99937ea8e631057e916209c to your computer and use it in GitHub Desktop.
import React, {Component} from 'react';
import './style.css';
export default class Header extends Component {
render() {
return (
<div id="header">
<h1>StyleSheet.get()</h1>
<h2>Paste your code and get the StyleSheet</h2>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment