Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 856 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 856 Bytes

@techfiddle/react-embed

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 JavaScript Style Guide

Install

npm install --save @techfiddle/react-embed

Usage

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 />
  }
}

License

MIT © Comp-Labs