Skip to content

Instantly share code, notes, and snippets.

View iDVB's full-sized avatar
💭
Work'n

Dan Van Brunt iDVB

💭
Work'n
View GitHub Profile
@iDVB
iDVB / TranscriptTextHighlighter.js
Last active February 3, 2017 02:33
TranscriptTextHighlighter Component
import React, { PropTypes } from 'react';
import cx from 'classnames';
class TranscriptTextHighlighter extends React.Component {
constructor() {
super();
this.state = {
activeIndex: 3,