Created
February 10, 2021 17:23
-
-
Save DZuz14/d04ea7d0d78ec2c5e993f2f8b789283a to your computer and use it in GitHub Desktop.
rotate
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 Bar = styled.div` | |
position: relative; | |
height: 8px; | |
width: 49%; | |
background-color: #eeeeee; | |
border-radius: 50px; | |
margin-top: 2.5px; | |
transform: rotate(${(props) => props.rotate || 0}deg); | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment