Miscellaneous

A collection of 144 posts

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