react-vtt

A React component for displaying WebVTT tracks.

Install

Currently it’s not possible to install this package from npm.

If you want to use an older version, please do:

bower install react-vtt

Development

npm install
npm start

And open another shell in examples/demo:

npm install
npm start

Build

gulp build

Usage

All you need is the <Cue /> and a proper CSS. Please check examples/demo.

ToDo