mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(react): initial skin scaffolding (#523)
Co-authored-by: Rahim <rahim.alwer@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Controls, createPlayer, features, PlayButton, Time, Video } from '@videojs/react';
|
||||
import { Controls, createPlayer, features, PlayButton, Time } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './BasicUsage.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, FullscreenButton, features, Video } from '@videojs/react';
|
||||
import { createPlayer, FullscreenButton, features } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './BasicUsage.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, MuteButton, Video } from '@videojs/react';
|
||||
import { createPlayer, features, MuteButton } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './BasicUsage.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, PlayButton, Video } from '@videojs/react';
|
||||
import { createPlayer, features, PlayButton } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './BasicUsage.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, PlayButton, Poster, Video } from '@videojs/react';
|
||||
import { createPlayer, features, PlayButton, Poster } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './BasicUsage.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, Time, Video } from '@videojs/react';
|
||||
import { createPlayer, features, Time } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './CurrentDuration.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, Time, Video } from '@videojs/react';
|
||||
import { createPlayer, features, Time } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './CurrentTime.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, Time, Video } from '@videojs/react';
|
||||
import { createPlayer, features, Time } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './CustomNegativeSign.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, Time, Video } from '@videojs/react';
|
||||
import { createPlayer, features, Time } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './CustomSeparator.css';
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { createPlayer, features, Time, Video } from '@videojs/react';
|
||||
import { createPlayer, features, Time } from '@videojs/react';
|
||||
import { Video } from '@videojs/react/video';
|
||||
|
||||
import './Remaining.css';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user