1.0.6 • Published 6 years ago

react-media-body v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago