Inline Style Background Image React Js Code Example
Example 1: Setting a background Image With React Inline Styles
backgroundImage: `url(${Background})`
Example 2: how to import background image in inline css in react
style={{backgroundImage: `url(${pencil})`}}
Comments
Post a Comment