Answers for "how to add html text in react"

0

render text as html react

<div dangerouslySetInnerHTML={{__html: '<strong>strong text</strong>'}} />
Posted by: Guest on August-10-2021

Code answers related to "how to add html text in react"

Browse Popular Code Answers by Language