1.0.6 • Published 9 years ago

nowtv-player-toolkit v1.0.6

Weekly downloads
3
License
ISC
Repository
-
Last release
9 years ago

NowTV Player Toolkit

NowTV Player Toolkit containing CSS and React components

Installation

npm install nowtv-player-toolkit --save

Usage

We will improve the usage of the library, but for now you can use it like this:

  <link rel="stylesheet" href="...../nowtv-player-toolkit/dist/styleguide.css" />
  import { Toolkit } from 'nowtv-player-toolkit';
  const { Header, Footer } = Toolkit;

  ...
  return (
        <div>
            <Header isMouseMoving={isMouseMoving} />
            <Footer isMouseMoving={isMouseMoving} /> 
        </div>
    );

CDN

We are not using CDN for now, but this will come in a future iteration.

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago