You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-widgets

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-widgets

React widgets

2.2.4
Source
npmnpm
Version published
Weekly downloads
46K
8.01%
Maintainers
1
Weekly downloads
 
Created
Source

react-widgets

NPM version Downloads

A set of the basic UI widgets built from scratch with React, based on the excellent Kendo UI Core and jQuery UI.

  • DropdownList
  • ComboBox
  • Multiselect
  • SelectList (checkbox and radio group)
  • DateTimePicker
  • Calendar
  • NumberPicker

Demos and Documentation here

Migration: 2.0

Migration guide can be found here

Install

npm install react-widgets

Building local docs

The docs are a simple React app hosted on gh-pages, you build and run locally with gulp and the command gulp doc-server and open up docs/index.html

Contributing

Patches welcome! Please try to match the style of the repo (comma first, 2 spaces, etc), squash large pull requests (a few commits is fine), and provide tests if relevant. It is also a good idea to open an issue and start a conversation before implementing new features or widgets.

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.

Keywords

react

FAQs

Package last updated on 06 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts