From b584ac35f6d9f5235b83e197933076dda31a751d Mon Sep 17 00:00:00 2001 From: Romuald Brillout Date: Thu, 15 Sep 2016 18:30:16 +0200 Subject: [PATCH 001/600] add react logo for devarchy --- react-logo.svg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 react-logo.svg diff --git a/react-logo.svg b/react-logo.svg new file mode 100644 index 0000000..258939a --- /dev/null +++ b/react-logo.svg @@ -0,0 +1,14 @@ + + + background + + + + + Layer 1 + + + + + + \ No newline at end of file From fe23e9b8fc7d7b4f77f98f31850005af56347b05 Mon Sep 17 00:00:00 2001 From: brillout Date: Tue, 1 Nov 2016 15:30:48 +0100 Subject: [PATCH 002/600] remove redundant description --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index 99c3ff5..18456a6 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,5 @@ # React Components Catalog -> Catalog of React components / libraries - - Dedicated interface at [`devarchy.com/react-components`](http://devarchy.com/react-components) - Contributions welcome, see [contribution guide](contributing.md) From a01af63d795c554a58a9ea48bf2269bb35713811 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:40 +0100 Subject: [PATCH 003/600] add autoresponsive-react @xudafeng Approved by - @brillout --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 18456a6..4e7defe 100644 --- a/readme.md +++ b/readme.md @@ -397,6 +397,7 @@ - [react-flexbox-grid](https://github.com/roylee0704/react-flexbox-grid) - A set of React components implementing flexboxgrid with the power of CSS Modules. - [react-stonecutter](https://github.com/dantrain/react-stonecutter) - Animated grid layout component for React. - [flexbox-react](https://github.com/nachoaIvarez/flexbox-react) Unopinionated, standard compliant flexbox components. You don't need to learn any propietary syntax. If you know how to use flexbox, you know how to use flexbox-react components. + - [autoresponsive-react](https://github.com/xudafeng/autoresponsive-react) - Auto responsive grid layout library. # UI Animation From 3a69e61053f5c774d5320f0f3af3686a539da7a2 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:41 +0100 Subject: [PATCH 004/600] add react-modal-box @sadiqevani Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 4e7defe..b1f5b01 100644 --- a/readme.md +++ b/readme.md @@ -64,6 +64,7 @@ - [react-modal](https://github.com/reactjs/react-modal) - Accessible modal dialog component for React. - [react-skylight](https://github.com/marcio/react-skylight) - A react component for modals and dialogs. - [rodal](https://github.com/chenjiahan/rodal) - A React modal with animations. + - [react-modal-box](https://github.com/sadiqevani/react-modal-box) - React Modal Box Component. ###### Notification From 32ba16c4932152777d7e3364daeac7a262eee112 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:42 +0100 Subject: [PATCH 005/600] add cerebral-module-forms @cerebral Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b1f5b01..f83f347 100644 --- a/readme.md +++ b/readme.md @@ -576,6 +576,7 @@ - [react-redux-form](https://github.com/davidkpiano/react-redux-form) - Create forms easily in React with Redux. - [tcomb-form](https://github.com/gcanti/tcomb-form) - Forms library for react. - [plexus-form](https://github.com/AppliedMathematicsANU/plexus-form) - A dynamic form component for react using JSON-Schema. + - [cerebral-module-forms](https://github.com/cerebral/cerebral-module-forms) - A forms handler for Cerebral. ###### Router From 5564832da6bbdacbc08957cfeafa37e9e3291729 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:43 +0100 Subject: [PATCH 006/600] add react-anime @stelatech Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f83f347..914b196 100644 --- a/readme.md +++ b/readme.md @@ -419,6 +419,7 @@ - [react-mt-svg-lines](https://github.com/moarwick/react-mt-svg-lines) - A React.js wrapper component to animate the line stroke in SVGs. - [react-flip-move](https://github.com/joshwcomeau/react-flip-move) - Effortless animation between DOM changes (eg. list reordering) using the FLIP technique. - [react.animate](https://github.com/Nutelac/react.animate) - State animation plugin for react.js. + - [react-anime](https://github.com/stelatech/react-anime) - A super easy animation library for React. ###### Parallax From 7d4932e3be1073bd1fdc8fb507e78fe615185cce Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:45 +0100 Subject: [PATCH 007/600] add react-tabtab @ctxhou Approved by - @brillout --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 914b196..9a8e88c 100644 --- a/readme.md +++ b/readme.md @@ -108,6 +108,7 @@ - [react-tabs](https://github.com/reactjs/react-tabs) - React tabs component. - [react-simpletabs](https://github.com/pedronauck/react-simpletabs) - Just a simple tabs component built with React. + - [react-tabtab](https://github.com/ctxhou/react-tabtab) - React, tabs. ###### Loading / Progress Indicators From 9bf89beed317fee0df2831486874512e58b34e52 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:45 +0100 Subject: [PATCH 008/600] add reactabular @reactabular Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9a8e88c..868cdfc 100644 --- a/readme.md +++ b/readme.md @@ -41,6 +41,7 @@ - [react-data-grid](https://github.com/adazzle/react-data-grid) - Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like. - [react-pivot](https://github.com/davidguttman/react-pivot) - React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration. - [autoresponsive-react](https://github.com/xudafeng/autoresponsive-react) - Auto Responsive Layout Library For React. + - [reactabular](https://github.com/reactabular/reactabular) - Spectacular tables for React. ###### Infinite Scroll From 8e55d07699a44491dd75ba704dda6fbea1101747 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:46 +0100 Subject: [PATCH 009/600] add react-redux-loading-bar @mironov Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 868cdfc..21c585d 100644 --- a/readme.md +++ b/readme.md @@ -122,6 +122,7 @@ - [react-loader](https://github.com/TheCognizantFoundry/react-loader) - React component that displays a spinner via spin.js until your component is loaded. - [react-spinkit](https://github.com/KyleAMathews/react-spinkit) - A collection of loading indicators animated with CSS for React. - [react-progress-label](https://github.com/wangzuo/react-progress-label) - Progress label component. + - [react-redux-loading-bar](https://github.com/mironov/react-redux-loading-bar) - Simple Loading Bar for Redux and React. ###### Carousels From 1c68a15d006e2d13f1049be8b745ae4c72a444f7 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:47 +0100 Subject: [PATCH 010/600] add react-component-queries @ctrlplusb Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 21c585d..01bbbee 100644 --- a/readme.md +++ b/readme.md @@ -492,6 +492,7 @@ - [react-height](https://github.com/nkbt/react-height) - Component-wrapper to determine and report children elements height. - [react-height-reporter](https://github.com/berrtech/react-height-reporter) - React component-wrapper detecting height changes of it's children. - [react-dimensions](https://github.com/digidem/react-dimensions) - React higher-order component to get dimensions of container. + - [react-component-queries](https://github.com/ctrlplusb/react-component-queries) - Provide props to your Components based on their Width and/or Height. ### Portal From cce3b0d92b7c6287f6cfe31d6f50898908507999 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:47 +0100 Subject: [PATCH 011/600] decline react-chips @gregchamberlain Declined by - @brillout (The Readme doesn't explain what a chip is) --- declined.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/declined.json b/declined.json index 90d939a..672fe20 100644 --- a/declined.json +++ b/declined.json @@ -1,5 +1,8 @@ { "react-components": [ "joinable" - ] -} + ], + "react-chips": { + "@brillout": true + } +} \ No newline at end of file From 72096dec0514e98d841aac46074b7a7cc9e2cb4f Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:49 +0100 Subject: [PATCH 012/600] add mobx-react @mobxjs Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 01bbbee..f2a6671 100644 --- a/readme.md +++ b/readme.md @@ -568,6 +568,7 @@ - [recompose](https://github.com/acdlite/recompose) - A React utility belt for function components and higher-order components. - [redux-ui](https://github.com/tonyhb/redux-ui) - Easy UI state management for react redux. - [redux](https://github.com/reactjs/redux) - Predictable state container for JavaScript apps. + - [mobx-react](https://github.com/mobxjs/mobx-react) - React bindings for MobX. Create fully reactive components. ###### Form Logic From 396c5ee686a09ff9a528082a85d1c30bd38c2446 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:50 +0100 Subject: [PATCH 013/600] add megadraft @globocom Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f2a6671..5afd13d 100644 --- a/readme.md +++ b/readme.md @@ -277,6 +277,7 @@ - [react-medium-editor](https://github.com/wangzuo/react-medium-editor) - React wrapper for medium-editor. - [draft-js](https://github.com/facebook/draft-js) - A React framework for building text editors. - [ritzy](https://github.com/ritzyed/ritzy) - Collaborative web-based rich text editor. + - [megadraft](https://github.com/globocom/megadraft) - Rich Text editor built on top of draft.js. ###### Sortable List From 1b6d506c92c8b850d99453e83eb531706a70347d Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:51 +0100 Subject: [PATCH 014/600] add react-timeseries-charts @esnet Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 5afd13d..25f2d31 100644 --- a/readme.md +++ b/readme.md @@ -150,6 +150,7 @@ - [react-sparklines](https://github.com/borisyankov/react-sparklines) - Beautiful and expressive Sparklines React component. - [rumble-charts](https://github.com/RumbleInc/rumble-js-charts) - React components for building composable and flexible charts. - [react-micro-bar-chart](https://github.com/KyleAMathews/react-micro-bar-chart) - React component for micro bar-charts rendered with D3. + - [react-timeseries-charts](https://github.com/esnet/react-timeseries-charts) - Declarative timeseries charts. ###### Display a Tree Data Structure From bbc4646aa233f0238a44b64cacc22d14f2849d1a Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:52 +0100 Subject: [PATCH 015/600] add react-svg-buttons @plouc Approved by - @brillout --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 25f2d31..30dab7d 100644 --- a/readme.md +++ b/readme.md @@ -237,6 +237,7 @@ - [react-star-rating-input](https://github.com/ikr/react-star-rating-input) - React.js component for entering 0-5 (or more) stars. - [react-pagespeed-score](https://github.com/cauealves/react-pagespeed-score) - A React component for display a dial-type chart of PageSpeed Insights. - [react-autolink](https://github.com/banyan/react-autolink) - An autolink mixin for React. + - [react-svg-buttons](https://github.com/plouc/react-svg-buttons) - Configurable animated SVG buttons for react. ### Component Collections From 1d6bb8b6aeffbc2cca62884ee95115b2f785a84d Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:54 +0100 Subject: [PATCH 016/600] add redux-webpack-es6-boilerplate @nicksp Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 30dab7d..057d64b 100644 --- a/readme.md +++ b/readme.md @@ -679,6 +679,7 @@ - [generator-flux-on-rails](https://github.com/alexfedoseev/generator-flux-on-rails) - Scaffolder of universal Flux / Redux app, backed by Rails API. - [roc](https://github.com/rocjs/roc) - Modern Application Development Ecosystem. - [react-redux-starter-kit](https://github.com/davezuko/react-redux-starter-kit) - Get started with React, Redux, and React-Router!. + - [redux-webpack-es6-boilerplate](https://github.com/nicksp/redux-webpack-es6-boilerplate) - A starter project for modern React apps with Redux. ###### Miscellaneous From 35eb658d1b2293546893cb8c755272f31f1b9373 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:55 +0100 Subject: [PATCH 017/600] add mighty-react-snippets @nicksp Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 057d64b..571a502 100644 --- a/readme.md +++ b/readme.md @@ -796,6 +796,7 @@ - [standard-react](https://github.com/feross/standard) - JavaScript Standard Style Guide. - [cosmos-js](https://github.com/skidding/cosmos) - DX tool for designing truly encapsulated React components. - [react-heatpack](https://github.com/insin/react-heatpack) - A 'heatpack' command for quick React development with webpack hot reloading. + - [mighty-react-snippets](https://github.com/nicksp/mighty-react-snippets) - Crafty React and Redux ES6 snippets for Atom Editor. # Miscellaneous From 1ab7c99ca2e6d2926a624af8b2b920b4f35f9b5d Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:56 +0100 Subject: [PATCH 018/600] add fixed-data-table @facebook Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 571a502..0c220bf 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,7 @@ - [react-pivot](https://github.com/davidguttman/react-pivot) - React-Pivot is a data-grid component with pivot-table-like functionality for data display, filtering, and exploration. - [autoresponsive-react](https://github.com/xudafeng/autoresponsive-react) - Auto Responsive Layout Library For React. - [reactabular](https://github.com/reactabular/reactabular) - Spectacular tables for React. + - [fixed-data-table](https://github.com/facebook/fixed-data-table) - A React table component designed to allow presenting thousands of rows of data. ###### Infinite Scroll From e2f5eb7508a8307e71f87eaf5724372ab18491e9 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:58 +0100 Subject: [PATCH 019/600] add animakit-rotator @animakit Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0c220bf..7babf58 100644 --- a/readme.md +++ b/readme.md @@ -427,6 +427,7 @@ - [react-flip-move](https://github.com/joshwcomeau/react-flip-move) - Effortless animation between DOM changes (eg. list reordering) using the FLIP technique. - [react.animate](https://github.com/Nutelac/react.animate) - State animation plugin for react.js. - [react-anime](https://github.com/stelatech/react-anime) - A super easy animation library for React. + - [animakit-rotator](https://github.com/animakit/animakit-rotator) - AnimakitRotator - React component for the 3D rotation of the blocks. ###### Parallax From 113f5e588f62d6a2e179c8629c4a421fb500064d Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:29:59 +0100 Subject: [PATCH 020/600] add cerebral-module-http @cerebral Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7babf58..9166d68 100644 --- a/readme.md +++ b/readme.md @@ -625,6 +625,7 @@ - [apollo-client](https://github.com/apollostack/apollo-client) - A simple caching client for any GraphQL server and UI framework. - [react-apollo](https://github.com/apollostack/react-apollo) - React data container for the Apollo Client. - [react-relay](https://github.com/facebook/relay) - Relay is a JavaScript framework for building data-driven React applications. + - [cerebral-module-http](https://github.com/cerebral/cerebral-module-http) - HTTP module for Cerebral. ###### CSS / Style From e4c3af4d07bf271605545c344723e6af03667a8d Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:00 +0100 Subject: [PATCH 021/600] add cerebral-module-router @cerebral Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9166d68..50aa3df 100644 --- a/readme.md +++ b/readme.md @@ -601,6 +601,7 @@ - [react-router-redux](https://github.com/reactjs/react-router-redux) - Ruthlessly simple bindings to keep react-router and redux in sync. - [react-breadcrumbs](https://github.com/svenanders/react-breadcrumbs) - Automatic breadcrumbs for React-Router. - [monorouter](https://github.com/matthewwithanm/monorouter) - An isomorphic JS router. + - [cerebral-module-router](https://github.com/cerebral/cerebral-module-router) - An opinionated URL change handler for Cerebral. ###### Props from server From b58eeddea2ca097d7f1bdeec613d50dde9e6954a Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:01 +0100 Subject: [PATCH 022/600] add react-image-cropper @jerryshew Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 50aa3df..dd707cf 100644 --- a/readme.md +++ b/readme.md @@ -370,6 +370,7 @@ - [react-avatar-cropper](https://github.com/DropsOfSerenity/react-avatar-cropper) - Aiming to be a complete solution for avatar cropping in react. - [react-avatar-editor](https://github.com/mosch/react-avatar-editor) - Facebook like, avatar / profile picture component. Resize and crop your uploaded image using a clear user interface. - [react-image-crop](https://github.com/DominicTobias/react-image-crop) - A responsive image cropping tool for React. + - [react-image-cropper](https://github.com/jerryshew/react-image-cropper) - React image crop. ###### Markdown Editor From 22fdbe7553cb04fc6d3e242d585c0282edb32d81 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:02 +0100 Subject: [PATCH 023/600] add animakit-elastic @animakit Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dd707cf..e360f58 100644 --- a/readme.md +++ b/readme.md @@ -429,6 +429,7 @@ - [react.animate](https://github.com/Nutelac/react.animate) - State animation plugin for react.js. - [react-anime](https://github.com/stelatech/react-anime) - A super easy animation library for React. - [animakit-rotator](https://github.com/animakit/animakit-rotator) - AnimakitRotator - React component for the 3D rotation of the blocks. + - [animakit-elastic](https://github.com/animakit/animakit-elastic) - AnimakitElastic - React component for flexible resizing of the blocks. ###### Parallax From e482e681b2eb1b1fc5b0a3c8dcbf8d664c589663 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:03 +0100 Subject: [PATCH 024/600] add react-aria-modal @davidtheclark Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e360f58..f425758 100644 --- a/readme.md +++ b/readme.md @@ -67,6 +67,7 @@ - [react-skylight](https://github.com/marcio/react-skylight) - A react component for modals and dialogs. - [rodal](https://github.com/chenjiahan/rodal) - A React modal with animations. - [react-modal-box](https://github.com/sadiqevani/react-modal-box) - React Modal Box Component. + - [react-aria-modal](https://github.com/davidtheclark/react-aria-modal) - A fully accessible and flexible React modal built according WAI-ARIA Authoring Practices. ###### Notification From fd94b44ca9d1a240b9a8305924051a27ba52daf3 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:05 +0100 Subject: [PATCH 025/600] add animakit-expander @animakit Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f425758..7e01e78 100644 --- a/readme.md +++ b/readme.md @@ -431,6 +431,7 @@ - [react-anime](https://github.com/stelatech/react-anime) - A super easy animation library for React. - [animakit-rotator](https://github.com/animakit/animakit-rotator) - AnimakitRotator - React component for the 3D rotation of the blocks. - [animakit-elastic](https://github.com/animakit/animakit-elastic) - AnimakitElastic - React component for flexible resizing of the blocks. + - [animakit-expander](https://github.com/animakit/animakit-expander) - AnimakitExpander - React component for the expanding and collapsing of the blocks. ###### Parallax From 0cd30026ae044e77b8040cd671039deeedada2d3 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:06 +0100 Subject: [PATCH 026/600] add cerebral @cerebral Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7e01e78..70458d3 100644 --- a/readme.md +++ b/readme.md @@ -578,6 +578,7 @@ - [redux-ui](https://github.com/tonyhb/redux-ui) - Easy UI state management for react redux. - [redux](https://github.com/reactjs/redux) - Predictable state container for JavaScript apps. - [mobx-react](https://github.com/mobxjs/mobx-react) - React bindings for MobX. Create fully reactive components. + - [cerebral](https://github.com/cerebral/cerebral) - A state controller with its own debugger. ###### Form Logic From 20c0e1e503854300ae2f29db7e97d49751d8b6c6 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:07 +0100 Subject: [PATCH 027/600] add react-google-charts @RakanNimer Approved by - @psyt3c --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 70458d3..15a1341 100644 --- a/readme.md +++ b/readme.md @@ -153,6 +153,7 @@ - [rumble-charts](https://github.com/RumbleInc/rumble-js-charts) - React components for building composable and flexible charts. - [react-micro-bar-chart](https://github.com/KyleAMathews/react-micro-bar-chart) - React component for micro bar-charts rendered with D3. - [react-timeseries-charts](https://github.com/esnet/react-timeseries-charts) - Declarative timeseries charts. + - [react-google-charts](https://github.com/RakanNimer/react-google-charts) - React-google-charts React component. ###### Display a Tree Data Structure From f46b8cd50de36f9b5d3aac7be7f63b37be44ba4f Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:09 +0100 Subject: [PATCH 028/600] add react-svg-pan-zoom @chrvadala Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 15a1341..ad9b744 100644 --- a/readme.md +++ b/readme.md @@ -213,6 +213,7 @@ - [react-image-gallery](https://github.com/xiaolin/react-image-gallery) - Responsive image gallery, carousel, image slider react component. - [react-images](https://github.com/jossmac/react-images) - A simple lightbox component for displaying an array of images. - [react-photo-gallery](https://github.com/neptunian/react-photo-gallery) - Responsive React Photo Gallery. + - [react-svg-pan-zoom](https://github.com/chrvadala/react-svg-pan-zoom) - A React component that adds pan and zoom features to SVG. ###### Touch Swipe From 35f5e18d73c599b596abc261ed71b4da5b6efa7b Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:10 +0100 Subject: [PATCH 029/600] add golden-layout @deepstreamIO Approved by - @geco --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ad9b744..ece7594 100644 --- a/readme.md +++ b/readme.md @@ -410,6 +410,7 @@ - [react-stonecutter](https://github.com/dantrain/react-stonecutter) - Animated grid layout component for React. - [flexbox-react](https://github.com/nachoaIvarez/flexbox-react) Unopinionated, standard compliant flexbox components. You don't need to learn any propietary syntax. If you know how to use flexbox, you know how to use flexbox-react components. - [autoresponsive-react](https://github.com/xudafeng/autoresponsive-react) - Auto responsive grid layout library. + - [golden-layout](https://github.com/deepstreamIO/golden-layout) - A multi-screen javascript Layout manager. # UI Animation From 62345335dd37f7cef04f5d11891c58b0f5cdafb6 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:11 +0100 Subject: [PATCH 030/600] add react-portal-tooltip @romainberger Approved by - @psyt3c --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ece7594..0f52f1d 100644 --- a/readme.md +++ b/readme.md @@ -84,6 +84,7 @@ - [react-tooltip](https://github.com/wwayne/react-tooltip) - React tooltip component. - [rc-tooltip](https://github.com/react-component/tooltip) - React Tooltip. + - [react-portal-tooltip](https://github.com/romainberger/react-portal-tooltip) - Awesome React tooltips. ###### Menu From 1dcaaf22324cdd39528f428aee6e49fd581a2060 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:12 +0100 Subject: [PATCH 031/600] add coloreact @elrumordelaluz Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0f52f1d..f2cfe65 100644 --- a/readme.md +++ b/readme.md @@ -327,6 +327,7 @@ - [react-input-color](https://github.com/wangzuo/react-input-color) - React input color component with hsv color picker. - [react-color](https://github.com/casesandberg/react-color) - Color Pickers from Sketch, Photoshop, Chrome & more. + - [coloreact](https://github.com/elrumordelaluz/coloreact) - A tiny Color Picker for React. ###### Toggle From 5157f22d6aec309e40a22f7290eb0109bbbc8a2f Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:13 +0100 Subject: [PATCH 032/600] add react-parallax-component @keske Approved by - @hkdeven --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f2cfe65..c0e816e 100644 --- a/readme.md +++ b/readme.md @@ -442,6 +442,7 @@ ###### Parallax - [react-atv-img](https://github.com/keyanzhang/react-atv-img) - A port of @drewwilson’s atvImg (Apple TV 3D parallax effect) library in React. + - [react-parallax-component](https://github.com/keske/react-parallax-component) - Easiest way to add scroll parallax effect on the component. # UI Frameworks From ba695df48da128a352d13b573c8cbaac1a5a3ee3 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:14 +0100 Subject: [PATCH 033/600] decline react-weui @weui Declined by - @brillout (Looks nice but I couldn't find an English version of the documentation) --- declined.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/declined.json b/declined.json index 672fe20..7b43415 100644 --- a/declined.json +++ b/declined.json @@ -4,5 +4,8 @@ ], "react-chips": { "@brillout": true + }, + "react-weui": { + "@brillout": true } } \ No newline at end of file From 647e2947fa7d81b58b0c58124668a8ddd166e93b Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:14 +0100 Subject: [PATCH 034/600] decline stardust @TechnologyAdvice Declined by - @brillout (is deprecated) --- declined.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/declined.json b/declined.json index 7b43415..e3a023f 100644 --- a/declined.json +++ b/declined.json @@ -7,5 +7,8 @@ }, "react-weui": { "@brillout": true + }, + "stardust": { + "@brillout": true } } \ No newline at end of file From 1666a9c55bfb7470bd728ae1453fb36f1404b4ea Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:16 +0100 Subject: [PATCH 035/600] add react-sticky-state @soenkekluth Approved by - @n337 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c0e816e..0e14e5c 100644 --- a/readme.md +++ b/readme.md @@ -106,6 +106,7 @@ - [react-sticky](https://github.com/captivationsoftware/react-sticky) - <Sticky /> component for awesome React apps. - [react-headroom](https://github.com/KyleAMathews/react-headroom) - Hide your header until you need it. - [react-listview-sticky-header](https://github.com/cht8687/react-listview-sticky-header) - React listview with sticky section header. + - [react-sticky-state](https://github.com/soenkekluth/react-sticky-state) - React StickyState Component makes native position:sticky statefull and polyfills the missing sticky browser feature. ###### Tabs From 2c657dda25f221c87b98f86811bf951fa0f21b2c Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:16 +0100 Subject: [PATCH 036/600] decline echarts-for-react @hustcc Declined by - @brillout (Some of the links in the readme are not in English) --- declined.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/declined.json b/declined.json index e3a023f..a565161 100644 --- a/declined.json +++ b/declined.json @@ -10,5 +10,8 @@ }, "stardust": { "@brillout": true + }, + "echarts-for-react": { + "@brillout": true } } \ No newline at end of file From 0d53ba449bb650896aebd439036b37ced2192030 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:16 +0100 Subject: [PATCH 037/600] decline cx-core @codaxy Declined by - @brillout (This catalog only hosts open & free stuff) - @psyt3c --- declined.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/declined.json b/declined.json index a565161..e1d0ba4 100644 --- a/declined.json +++ b/declined.json @@ -13,5 +13,9 @@ }, "echarts-for-react": { "@brillout": true + }, + "cx-core": { + "@n337": true, + "@psyt3c": true } } \ No newline at end of file From ae60f4c5d1289cfa69517fc155e84a642733bd2b Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:18 +0100 Subject: [PATCH 038/600] add reactwm @stayradiated Approved by - @geco --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 0e14e5c..7494c7c 100644 --- a/readme.md +++ b/readme.md @@ -414,6 +414,7 @@ - [flexbox-react](https://github.com/nachoaIvarez/flexbox-react) Unopinionated, standard compliant flexbox components. You don't need to learn any propietary syntax. If you know how to use flexbox, you know how to use flexbox-react components. - [autoresponsive-react](https://github.com/xudafeng/autoresponsive-react) - Auto responsive grid layout library. - [golden-layout](https://github.com/deepstreamIO/golden-layout) - A multi-screen javascript Layout manager. + - [reactwm](https://github.com/stayradiated/reactwm) - A minimal window manager built using React. # UI Animation From e5b7c56bd1477109e24cc6e30d6ed253c28c417d Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:19 +0100 Subject: [PATCH 039/600] add react-stickynode @yahoo Approved by - @roderickhsiao --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 7494c7c..8d42445 100644 --- a/readme.md +++ b/readme.md @@ -107,6 +107,7 @@ - [react-headroom](https://github.com/KyleAMathews/react-headroom) - Hide your header until you need it. - [react-listview-sticky-header](https://github.com/cht8687/react-listview-sticky-header) - React listview with sticky section header. - [react-sticky-state](https://github.com/soenkekluth/react-sticky-state) - React StickyState Component makes native position:sticky statefull and polyfills the missing sticky browser feature. + - [react-stickynode](https://github.com/yahoo/react-stickynode) - A performant and comprehensive React sticky. ###### Tabs From 71615978e71a6d7c5a5e08959596084dacba9148 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:20 +0100 Subject: [PATCH 040/600] decline react-server-render-starter-kit @zxdong262 Declined by - @brillout (Readme doesn't explain what's new about this starter kit.) - @n337 --- declined.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/declined.json b/declined.json index e1d0ba4..92201d9 100644 --- a/declined.json +++ b/declined.json @@ -17,5 +17,8 @@ "cx-core": { "@n337": true, "@psyt3c": true + }, + "react-server-render-starter-kit": { + "@n337": true } } \ No newline at end of file From e7829621d5ed957e42e3307ed924cc376c11ce62 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:20 +0100 Subject: [PATCH 041/600] decline react-fabric @react-fabric Declined by - @brillout (is deprecated) --- declined.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/declined.json b/declined.json index 92201d9..277ab74 100644 --- a/declined.json +++ b/declined.json @@ -20,5 +20,8 @@ }, "react-server-render-starter-kit": { "@n337": true + }, + "react-fabric": { + "@brillout": true } } \ No newline at end of file From 9871a4420b11101a2c386bb2557d637ea511493a Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:21 +0100 Subject: [PATCH 042/600] add material-color-hash @BelkaLab Approved by - @Juleship --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 8d42445..cb535ef 100644 --- a/readme.md +++ b/readme.md @@ -830,6 +830,7 @@ - [react-bash](https://github.com/zackargyle/react-bash) - A configurable/extendable bash terminal React component. - [html-to-react-components](https://github.com/roman01la/html-to-react-components) - Extract annotated portions of HTML into React components as separate modules. - [react-joyride](https://github.com/gilbarbara/react-joyride) - Create walkthroughs and guided tours for your ReactJS apps. Now with standalone tooltips!. + - [material-color-hash](https://github.com/BelkaLab/material-color-hash) - Hash strings to Material UI colors. ###### Static Website Generator From cb4515b6a753f7a2dd225d17b484cc2942277b00 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:23 +0100 Subject: [PATCH 043/600] add sematable @sematext Approved by - @amir-hadzic - @prog8 - @wawanawna - @megastef - @mbonaci - @otisg (Nice, clean, easy to use.) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index cb535ef..4cf5819 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,7 @@ - [autoresponsive-react](https://github.com/xudafeng/autoresponsive-react) - Auto Responsive Layout Library For React. - [reactabular](https://github.com/reactabular/reactabular) - Spectacular tables for React. - [fixed-data-table](https://github.com/facebook/fixed-data-table) - A React table component designed to allow presenting thousands of rows of data. + - [sematable](https://github.com/sematext/sematable) - Client side sorting, pagination, and text filter for redux/react based apps. ###### Infinite Scroll From 02b5c4383daef1caf0810cd94f8f96e35e52fbd7 Mon Sep 17 00:00:00 2001 From: Devarchy Bot Date: Tue, 1 Nov 2016 16:30:23 +0100 Subject: [PATCH 044/600] decline react-radio-button @tan31989 Declined by - @brillout (The readme doesn't mention how to customize the