video

v0.0.1arrow_drop_down
v0.0.1
STATUS
Passing
DOWNLOADS
87
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
6 years ago
SIZE
17 KB
Video component
Install video as a package?
Copied
npm i @bit/dennisdigital.components.molecules.video
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
chevron_left
chevron_right
Video ()

Video component

Properties
NameTypeDefault value
url
(required)
string
playing
boolnull
autoplay
boolnull
width
number | string'100%'
height
number | string'100%'
extraClassNames
{}{}
context
{}{}
Test Summary

should render without defined props, except rewuired ones, like url

Pass

check if React Player is rendered

Pass

check if YouTube is rendered

Pass

check if props are passed to React Player

Pass

check if autoplay prop is passed to the player

Pass
Help and resources