Showing 1-20 of 365 packages
Render HTML as React element, possibly replacing dangerouslySetInnerHTML
Keep calm and don't use dangerouslySetInnerHTML anymore
A little helper for simpler dangerouslySetInnerHTML
Safe JSX: syntactic sugar over dangerouslySetInnerHTML
Builds React elements from HTML snippets, or a safe dangerouslySetInnerHTML alternative
dangerouslySetInnerHTML that evaluates script tags
Render <video> in React using dangerouslySetInnerHTML.
Render <img> in React using dangerouslySetInnerHTML.
A dynamic React icon component based on Feather Icons without dangerouslySetInnerHTML
ES6 tagged template string escaping HTML and producing a 'tainted string object' directly usable with React 'dangerouslySetInnerHTML' property
A React declarative component for converting HTML strings into React components. Avoids the use of dangerouslySetInnerHTML and converts standard HTML elements, attributes and inline styles into their React equivalents or `Custom Components`.
dangerouslySetInnerHTML that evaluates script tags
It's a react table for bootstrap fork from AllenFang and fix dangerouslySetInnerHTML issue (CVE-2021-23398)
Completely replace dangerouslySetInnerHTML to render dynamic HTML and CSS in React
Like `dangerouslySetInnerHTML` but with simple old-school template substitution, where values can be React components.
Seamlessly use raw HTML in React without dangerouslySetInnerHTML.
As the name suggests, this component is the opposite of React's ominous sounding dangerouslySetInnerHTML DOM attribute.
No more dangerouslySetInnerHTML, render HTML as React element.
A versatile replacement for 'dangerouslySetInnerHTML'. Let's you build react-components deep within a regular HTML-Dom
## Introduction Sometimes you can't avoid having to do dangerouslySetInnerHtml in your React apps. But, once you have dangerously set some html in react you lose all control of that part of the DOM. Dangerously Atomic Html takes html and dynamically turns