/react-vtt

A React component for displaying WebVTT tracks.

Primary LanguageJavaScriptMIT LicenseMIT

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

  • move main.ls to /examples
  • remove jquery
  • use styled-components
  • build and publish to gh-pages with Travis-CI
  • port livescript component to ES6
    • Cue
    • ReactVTT