Inserting the iframe into react component

后端 未结 3 2027
借酒劲吻你
借酒劲吻你 2020-11-30 20:08

I have a small problem. After requesting a data from a service I got an iframe code in response.

'; 

A function component to load Iframe

function Iframe(props) {
  return (
); }

Usage:

import React from "react";
import ReactDOM from "react-dom";
function App() {
  return (
    

Iframe Demo