Answers for "how to style svgs in react"

0

how to style svgs in react

the main reason why svgs can't be styled in react is that they are wrapped
iside img element, which takes width but not color
use your SVG as a component, then pass color and width through props
Posted by: Guest on March-24-2022
0

how to style svgs in react

the main reason why svgs can't be styled in react is that they are wrapped
iside of img element, which takes width but not color
use your SVG as a component, then pass color and width through props
Posted by: Guest on March-24-2022

Code answers related to "how to style svgs in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language