1.0.6 • Published 7 years ago

react-media-body v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago