React
如果你想在 React 项目中使用 NPlayer,可以使用 React 组件。
#
InstallationYou need to install nplayer
and @nplayer/react
.
Or use via CDN.
#
QuickstartNPlayer 组件接收一个 options
prop。它是 NPlayer 构造函数参数,详情请查看 配置。
NPlayer 内部把播放器包裹在一个 width
和 height
都是 100%
的 div 中,你可以通过 className
和 style
prop,设置它的 css 类名和样式。
#
在线预览React DEMO: https://codesandbox.io/s/nplayer-react-demo-p558g