Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created February 10, 2021 17:06
Show Gist options
  • Save DZuz14/98b1624d2cc35c4460ddbaa518ca63a1 to your computer and use it in GitHub Desktop.
Save DZuz14/98b1624d2cc35c4460ddbaa518ca63a1 to your computer and use it in GitHub Desktop.
filler
const Filler = styled.div`
background-color: ${(props) => props.color || "transparent"};
width: ${(props) => props.width}%;
height: 100%;
border-radius: 50px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment