# tf-react-video **Repository Path**: linktodream/tf-react-video ## Basic Information - **Project Name**: tf-react-video - **Description**: 基于react的视频播放器 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2022-06-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装 yarn add tf-react-videoplay ### 使用 ```javascript import React from 'react'; import VideoPlay from './components'; function App() { return ; } export default App; ```