Skip to content

Instantly share code, notes, and snippets.

@philipusis
Created February 19, 2018 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipusis/1bda4b5bceeb9919812655b589427b87 to your computer and use it in GitHub Desktop.
Save philipusis/1bda4b5bceeb9919812655b589427b87 to your computer and use it in GitHub Desktop.
Styled components extend
//Способ 1
const CityForward = City.extend``;
//Способ 2
const CityWrapper = styled(City);
const CityForwardTwo = CityWrapper.extend``;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment