const style = useSpring({ | |
width: isExpanded ? vwToPixel(100) : "200px", | |
height: isExpanded ? vhToPixel(100) : "200px", | |
borderRadius: isExpanded ? "0px" : "10px", | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment