Answers for "how to apply styled components to image?"

0

background image with styled components

const Content = styled.div`
    background-image: url(${props => props.img});
`;
<Content img={ImagePath} />
Posted by: Guest on November-27-2020

Code answers related to "how to apply styled components to image?"

Browse Popular Code Answers by Language