Skip to content

Instantly share code, notes, and snippets.

@DeMoorJasper
Created May 5, 2018 11:48
Show Gist options
  • Save DeMoorJasper/b3848878fc50144384756d191f15e056 to your computer and use it in GitHub Desktop.
Save DeMoorJasper/b3848878fc50144384756d191f15e056 to your computer and use it in GitHub Desktop.
Stylish demo
import { stylish } from 'tiny-stylish-components';
const Button = stylish.button`
background: #ffffff;
color: #a2a2a2;
border: none;
`;
render() {
return <Button>I am a button! Click Me!</Button>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment