import * as React from 'react'; import JqxCalendar from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxcalendar'; import JqxDocking from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxdocking'; import JqxListBox, { IListBoxProps } from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxlistbox'; import JqxPanel from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxpanel'; import JqxTabs from 'jqwidgets-scripts/jqwidgets-react-tsx/jqxtabs'; class App extends React.PureComponent<{}, IListBoxProps> { constructor(props: {}) { super(props); this.state = { source: [ 'JavaScript Certification - Welcome to our network', 'Business Challenges via Web take a part', 'jQWidgets better web, less time. Take a tour', 'Facebook - you have 7 new notifications', 'Twitter - John Doe is following you. Look at his profile', 'New videos, take a look at YouTube.com' ] } } public render() { return (
Date and Time

Sunny

{'Sunny'}
Mo: 23 °C
To 25 °C
We: 27 °C
News
  • World
  • Local
  • Sports
{'IE6'}
Microsoft is set to get a little more pushy ensuring you have an up-to-date browser and will automatically update Internet Explorer... (BBC)
{'Local'}
The High Court has dismissed a challenge to laws that require immigrant spouses to be able to speak English in order to live in the UK... (BBC)
{'Tennis'}
British number one Elena Baltacha says Judy Murray is a "fantastic" appointment as Great Britain's new Fed Cup captain... (BBC)
Zodiac
{'Leo'}

Leo

Individuals born under the zodiac sign of Leo are very good looking and have a healthy physique, with a broad forehead.Leo are very intelligent, extremely courageous, love their freedom and live by their own rules.Indulgence and extravagance is like second nature to them and they love to...
E-mail
); } } export default App;