Skip to content

Instantly share code, notes, and snippets.

@pedrogk
Created August 20, 2018 18:08
Show Gist options
  • Save pedrogk/8c595287f874a39fa1ab247ed2b21f4a to your computer and use it in GitHub Desktop.
Save pedrogk/8c595287f874a39fa1ab247ed2b21f4a to your computer and use it in GitHub Desktop.
Ejemplo de styled component
const Button = styled.button`
border-radius: 3px;
padding: 0.25em 1em;
margin: 0 1em;
background: transparent;
color: red;
border: 2px solid red;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment