Preview: html-to-react.js
Size: 237 B
/var/softaculous/sitepad/editor/site-data/plugins/pagelayer/js/react/src/components/html-to-react.js
import React from '@wordpress/element';
// TODO delete this not in use till now
export const HtmlToReact = (props) => {
const htmlInput = props.html;
return (
<div dangerouslySetInnerHTML={{ __html: htmlInput }} />
);
}
Directory Contents
Dirs: 0 × Files: 29