react-media-body

A react component for displaying text with links as test with embedded media.

Usage no npm install needed!

<script type="module">
  import reactMediaBody from 'https://cdn.skypack.dev/react-media-body';
</script>

README

react-media-body

A react component for displaying text with links as test with embedded media.

NPM JavaScript Style Guide

Install

npm install --save react-media-body

Usage

import React, { Component } from "react";

import MediaBody from "react-media-body";

export default class App extends Component {
  render() {
    return (
      <div>
        <MediaBody>Some text with media links</MediaBody>
      </div>
    );
  }
}

License

MIT © clevengermatt