React Data Grid Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like live demo http://adazzle.github.io/react-data-grid/ GitHub
ReactPivot ReactPivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration. Can be used without React. live demo http://davidguttman.github.io/react-pivot/ GitHub
autoresponsive-react Auto responsive grid layout library for React. live demo http://xudafeng.github.io/autoresponsive-react/ GitHub
react infinite grid is a React component which renders a grid of React elements.
ReactList A versatile infinite scroll React component. live demo http://devblog.orgsync.com/react-list/ GitHub
react-dock Resizable dockable react component. live demo http://alexkuz.github.io/react-dock/demo/ GitHub
A collection of dialog animations with React.js.
react-modal Accessible modal dialog component for React.JS live demo https://reactcommunity.org/react-modal/ http://reactjs.github.io/react-modal/bootstrap GitHub
Rodal A React modal with animations. live demo http://rodal.cn/ GitHub
2048-react A React implementation of the popular 2048 game by Gabriele Cirulli live demo http://claudiopro.github.io/2048-react/ GitHub
Sudoku game A sudoku app wrote in React and Redux recently live demo http://danialk.github.io/blog/2016/01/15/sudoku-written-using-es6-react-redux/ GitHub
React Calculator iOS Calculator app in React. Display text scales to fit. Uses a 'point event' to avoid 300ms click penalty on mobile. codepen demo See the Pen React Calculator by Michael Jackson (@mjijackson) on CodePen.
React bar chart Just a simple bar chart react component, mostly customizable via css. This is WIP and probably full of bugs codepen demo See the Pen React bar chart by Mehdi Hamoudi (@maydie) on CodePen.
apsl-react-native-button Renders a TouchableOpacity under iOS and a TouchableNativeFeedback under Android. GitHub
react-calendar React calendar component inspired by CLNDR.js. live demo http://hanse.github.io/react-calendar/ GitHub
react-native-off-canvas-menu Beautifully crafted off canvas menu components for react native applications. Created with React Native Animated library. The component is compatible with Android only. There is an example app with this repository in the examp
React.js inbox Playground Made with React 0.14.3 and powered by ES6. Inbox mockup built to learn React. by Maxime Preaux codepen demo See the Pen React Playground by Maxime Preaux (@deammer) on CodePen.
React Tabs (w/ composition) BY Anthony Dugois This is the way I prefer to set tabs using React. The most tabs systems I found on the web do not let you to compose properly each part of them (e.g. put a button in a tab), or are too complicated.