Answers for "styled components hover"

6

styled components hover

const Link = styled.a`
	text-decoration: none;
	color: inherit;

	&:hover {
        //your code
    }
`;
Posted by: Guest on February-07-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language