Preview: CustomHTML.jsx
Size: 259 B
//proc/thread-self/root/home/byroehnu/easetack.com/resources/js/Frontend/Components/CustomHTML/CustomHTML.jsx
import React from "react"
export default function CustomHTML({ data }) {
return (
<div
className="cs_custom_html_section"
dangerouslySetInnerHTML={{
__html: data.html_code
}}
/>
)
}
Directory Contents
Dirs: 0 × Files: 1