react-media-body
v1.0.6
Published
A react component for displaying text with links as test with embedded media.
Downloads
5
Readme
react-media-body
A react component for displaying text with links as test with embedded media.
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