React-Embed allows you to easily embed popular 3rd party media content such as YouTube videos, Tweets, Instagram posts, Egghead lessons, Spotify, TikTok and many more straight into your MDX, JSX, TSX, and more...
npm install --save @techfiddle/react-embed
import React, { Component } from 'react'
import MyComponent from '@techfiddle/react-embed'
import '@techfiddle/react-embed/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © Comp-Labs