Seamlessly use raw HTML in React without dangerouslySetInnerHTML.
npm install dangerzone > Seamlessly use raw HTML in React without dangerouslySetInnerHTML.
```bash``
npm install --save dangerzone
``jsx harmony``
function WithHtmlLiteral () {
return {dzYeah!;}
}
``jsx harmony``
function WithHtmlVariable (props) {
return {dz(props.html)};
}
1. Dangerzone removes all on* attributes.checked
2. Dangerzone replaces attribute with defaultChecked.value
3. Dangerzone replaces attribute with defaultValue.
4. Dangerzone removes