Skip to content

Instantly share code, notes, and snippets.

@kwe92
Created January 15, 2023 06:58
Show Gist options
  • Save kwe92/d275e2af58da9375d9d6235a8c7bc773 to your computer and use it in GitHub Desktop.
Save kwe92/d275e2af58da9375d9d6235a8c7bc773 to your computer and use it in GitHub Desktop.
Styled Component
import styled from "styled-component";
const ColoredContainer = styled.div`
width: 10rem;
height: 10rem;
background: lightblue;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment