댓글 검색 목록

[Reactjs] UI를 포함한 React 오디오 플레이어 컴포넌트

페이지 정보

작성자 운영자 작성일 20-05-11 08:43 조회 881 댓글 0

다른 브라우저에서 일관된 UI / UX를 제공하는 오디오 플레이어 구성 요소


https://github.com/lhz516/react-h5-audio-player 


SVG 아이콘이 있는 Flexbox CSS. 모바일 친화적.


라이브 데모: Storybook

웹 사이트 예: hanzluo.com | Code

지원되는 브라우저 : Chrome, Firefox, Safari, Opera, Edge, IE 11


import AudioPlayer from 'react-h5-audio-player';
import 'react-h5-audio-player/lib/styles.css';
// import 'react-h5-audio-player/lib/styles.less' Use LESS
// import 'react-h5-audio-player/src/styles.scss' Use SASS

const Player = () => (
  <AudioPlayer
    autoPlay
    src="http://example.com/audio.mp3"
    onPlay={e => console.log("onPlay")}
    // other props here
  />
);



댓글목록 0

등록된 댓글이 없습니다.

웹학교 로고

온라인 코딩학교

코리아뉴스 2001 - , All right reserved.