3.1.8 • Published 4 months ago

reactjs-media v3.1.8

Weekly downloads
54
License
MIT
Repository
github
Last release
4 months ago

Reactjs Media

License: MIT Npm package total downloads version npm.io

Interactive media in React. This library is a collection of media components that can be used to display media on the web.

Try it out on CodeSandbox

It includes currently only has a video and audio component.

Available components:

  • Video
  • Audio

Installation

To install go to your terminal and run this script

# npm
$ npm install reactjs-media
# yarn
$ yarn add reactjs-media

Setup

In here we shall show a small demo on how to setup a simple video component. We shall create the default component.

import React from 'react';
import { Video } from 'reactjs-media';

const App = () => {
    return (
        <div>
            <Video
                src='https://www.example.com/myvideo.mp4'
                poster='/poster.png'
            />
        </div>
    )
}

If you want to learn more, Checkout the offical Documentation


The source code can be found on Github.

3.1.8

4 months ago

3.1.7

5 months ago

3.1.5

5 months ago

3.1.3

10 months ago

3.1.1

10 months ago

3.0.6

1 year ago

3.0.5

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.2.0

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.0.0

4 years ago

1.5.1

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago