plyr 반응
4308 단어 reactshowdevtypescript
여기에서 실제로 볼 수 있습니다.
https://stackblitz.com/edit/react-r8vmzh?embed=1&file=src/App.js&hideExplorer=1&hideNavigation=1&view=preview
친탄9 / plyr 반응
비디오, 오디오, YouTube 및 Vimeo를 위한 간단하고 액세스 가능하며 사용자 지정 가능한 반응 미디어 플레이어
plyr 반응
설치
이 플러그인에는 npm 또는 yarn이 포함된 최소 Node.js가 필요합니다.# with npm
npm i plyr-react plyr
# with yarn
yarn add plyr-react plyr
용법
import Plyr from 'plyr-react'
import 'plyr/dist/plyr.css'
export default function App() {
return (
<Plyr
source={
{
/* ... */
}
}
options={
{
/* ... */
}
}
/>
)
}
Note: You will need mark source
as a type of any
until a new release of Plyr is available.
예시
import Plyr from 'plyr-react'
import 'plyr/dist/plyr.css'
export default function App() {
return (
<Plyr
source={
{
/* ... */
}
}
options={
{
/* ... */
}
}
/>
)
}
Note: You will need mark source
as a type of any
until a new release of Plyr is available.
Click here to see example and you can play with this example.
기여하다
개발 시작하기
There are two methods for getting started with this repo.
Git에 익숙하십니까?
> git clone [email protected]:chintan9/plyr-react.git
> cd plyr-react
> npm run install
Git에 익숙하지 않으신가요?
here을 클릭하여
.zip 파일을 다운로드합니다. zip 파일의 내용을 추출한 다음
터미널, 변경…
View on GitHub
Reference
이 문제에 관하여(plyr 반응), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/chintan121/plyr-react-41pf텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)