Variable: HtmlDecoder
constHtmlDecoder:FC<HtmlDecodeProps>
Defined in: packages/core/src/react/components/HtmlDecoder.tsx:31
The HtmlDecoder simply decodes html entities
Any actual html markup gets stripped before decoding html entities. If you need to render HTML use SafeHtml
Usage
<HtmlDecoder html="Hello world! – foo bar –" />
Param
Component properties