Skip to content

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...

Notifications You must be signed in to change notification settings

Comp-Labs/react-embed

Repository files navigation

@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

About

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...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published