import * as React from 'react'; import './App.css'; import JqxTooltip from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxtooltip'; class App extends React.PureComponent<{}, any> { constructor(props: {}) { super(props); } public render() { return (
Title: The Amazing Spider-man
Year: 2012"} >
Title: The Avengers
Year: 2012"} >
Title: The Dark Knight Rises
Year: 2012"} >
Title: Harry Potter and the Deathly Hallows - Part 1
Year: 2010"} >
Title: Harry Potter and the Deathly Hallows - Part 2
Year: 2011"} >
Title: Inception
Year: 2010"} >
Title: Star Trek
Year: 2009"} >
Title: Star Wars Episode III: Revenge of the Sith Year: 2005"} > Title: Thor
Year: 2011"} >
); } } export default App;