Created
February 10, 2021 17:06
-
-
Save DZuz14/98b1624d2cc35c4460ddbaa518ca63a1 to your computer and use it in GitHub Desktop.
filler
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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