Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 716 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 716 Bytes

react-widgets

set of the basic ui widgets for React based on the excellent Kendo UI Core and jQuery UI.

  • DropdownList
  • ComboBox
  • Select (multi select)
  • DateTimePicker
  • Calendar
  • NumberPicker

Install

npm install react-widgets

Docs

you can find docs here Docs are a simple React app, you can build with gulp gulp docs

Old Browser Support

The goal is to support IE8+, but currently it is difficult for me to test a wide variety of browsers so there is no guarantee it will work (patches welcome!).

One aspect that is definately true is that animation is not supported for browsers that do not support CSS Transitions.