React

React

A simple and nice calendar with reactjs

rc-calendar A simple and nice calendar with reactjs. Live Demo http://react-component.github.io/calendar/ Feature support ie9,ie9+,chrome,firefox,safari support date, month, year, decade select panel support week number support
26 August 2017

A simple and reusable datepicker component for React

React Date Picker A simple and reusable datepicker component for React. Live Demo https://hacker0x01.github.io/react-datepicker/ Installation The package can be installed via NPM: npm install react-datepicker --save You’ll need
26 August 2017

Hash a string to a Material Design color

Material color hashing Hash strings to Material UI colors A dead-simple library to hash a string to a {backgroundColor, textColor} tuple from the official Material Design palette. Great for dynamically coloring your UI
26 August 2017

React configurable animated svg buttons

React SVG buttons This package provides a component used to compose available buttons, it's able to morph from whatever icon type to another one. The component exposes 18 icon types. It also provides
26 August 2017

An autolink mixin for React

react-autolink An autolink mixin for React. Install npm i react-autolink # or bower i react-autolink # `window.ReactAutolink` is available Usage let App = React.createClass({ getDefaultProps() { return { text: "foo bar baz http://example.org
26 August 2017

Resizable component for React

react resizable box Resizable component for React. Install $ npm install --save react-resizable-box Usage Basic <Resizable className="item" width={320} height={200} > Basic Sample </Resizable> Live Demo http:
24 August 2017

Dragable and Resizable window build with React.js

react-DnR Draggable and Resizable window build with React.js. Installation The easiest way to use react-DnR is to install it from npm and include it in your React build process (using Webpack, Browserify,
24 August 2017

Resizable and movable component for React

react rnd Resizable and draggable component for React. Install use npm npm i -S react-rnd use yarn yarn add react-rnd Live Demo http://bokuweb.github.io/react-rnd/ GitHub
24 August 2017

React JSON Viewer Component, Extracted from redux-devtools

react-json-tree React JSON Viewer Component, Extracted from redux-devtools. Supports iterable objects, such as Immutable.js. Usage import JSONTree from 'react-json-tree' // If you're using Immutable.js: `npm i --save immutable` import { Map } from 'immutable'
24 August 2017

React split-pane component

React Split Pane Split-Pane component built with React, can be split vertically or horizontally. npm install react-split-pane Live Demo http://react-split-pane.surge.sh/ GitHub
21 August 2017

Time Sheet Component for React

React Time Sheet Time Sheet Component for React. Modified from timesheet.js Installation The easiest way to use react-timesheet is to install it from NPM and include it in your own React build
21 August 2017

Render Markdown as React components

react-markdown Renders Markdown as pure React components. Installing npm install --save react-markdown Live Demo http://rexxars.github.io/react-markdown/ GitHub
21 August 2017

A ReactJS component that creates a pagination

react-paginate A ReactJS component to render a pagination. By installing this component and writing only a little bit of CSS you can obtain this: Installation Install react-paginate with npm: $ npm install react-paginate --save
21 August 2017

Svg react icons of popular icon packs

React Icons Include popular icons in your React projects easly with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using. Installation npm install react-icons
19 August 2017

Simple and efficient react component to format date

timeago-react timeago-react is a simple react component used to format date with *** time ago statement. eg: '3 hours ago'. The component based on timeago.js which is a simple javascript module. Realtime render.
18 August 2017

A simple time-ago component for ReactJs

react-timeago A simple time-ago component for ReactJs. Changes in V3.X: minPeriod and maxPeriod now accept seconds not milliseconds. This matches the documentation. react-timeago now uses ES6 modules. So if you don't use
18 August 2017

A React binding of mapbox-gl-js

React-mapbox-gl Simple to use with declarative API WebGl Mapbox map in React. React wrapper for mapbox-gl-js. Expose a bunch of component meant to be simple to use for React. It is important to
18 August 2017

A React wrapper for MapboxGL-js and overlay API

react-map-gl In addition to exposing MapboxGL functionality to React apps, react-map-gl also integrates seamlessly with deck.gl. React friendly API wrapper around MapboxGL JS Installation npm install --save react-map-gl browserify - react-map-gl is
17 August 2017

A React autosuggest for the Google Maps Places API

React Geosuggest A React autosuggest for the Google Maps Places API. You can also define your own suggests as defaults. Works with Preact, too. Live Demo http://ubilabs.github.io/react-geosuggest/ GitHub
17 August 2017

A declarative React interface to Google Maps

React Google Maps A declarative React interface to Google Maps. Important Notes This is an alpha release. The API and organizational structure are subject to change. Comments and contributions are much appreciated. Installation
17 August 2017
A Google Maps component for React.js

A Google Maps component for React.js

React Gmaps A Google Maps component for React.js Features Lazy Google Maps loading Easy to use Installation $ npm install react-gmaps --save Live Demo http://react-gmaps.herokuapp.com/ GitHub
17 August 2017

Make music with React

react-music Make music with React! Install npm install react-music Get Started The easiest way to get started is to clone this repo and run npm start. The demo song will be running at
16 August 2017

Create custom SoundCloud players with React

react-soundplayer Create highly-customizable SoundCloud players with React. Usage npm install react-soundplayer --save Live Demo http://labs.voronianski.com/react-soundplayer/ GitHub
16 August 2017