Skip to content

Commit d372430

Browse files
committed
format styling
1 parent 5d8451e commit d372430

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Please review our [contributing guidelines](https://github.com/brillout/awesome-
2121

2222
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2323
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
24+
2425
## Table of Contents
2526

2627
- [UI Components](#ui-components)
@@ -166,7 +167,7 @@ Please review our [contributing guidelines](https://github.com/brillout/awesome-
166167

167168
_Display overlay / modal / alert / dialog / lightbox / popup_
168169

169-
- [reboron](https://github.com/bold-commerce/reboron) - A collection of dialog animations with React.js
170+
- [reboron](https://github.com/bold-commerce/reboron) - A collection of dialog animations with React.js
170171
- [react-aria-modal](https://github.com/davidtheclark/react-aria-modal) - A fully accessible and flexible React modal built according WAI-ARIA Authoring Practices.
171172
- [react-modal](https://github.com/reactjs/react-modal) - Accessible modal dialog component for React.
172173
- [react-skylight](https://github.com/marcio/react-skylight) - A react component for modals and dialogs.
@@ -215,6 +216,7 @@ _Fixed headers / scroll-up headers / sticky elements_
215216
- [react-tabtab](https://github.com/ctxhou/react-tabtab) - React, tabs.
216217

217218
### Loader
219+
218220
_Loaders / spinners / progress bars — Let the user know that something is loading_
219221

220222
- [react-loader-spinner](https://github.com/mhnpd/react-loader-spinner) - Collection set of react-spinner for async operation.
@@ -238,6 +240,7 @@ _Loaders / spinners / progress bars — Let the user know that something is load
238240
- [swiper](https://github.com/nolimits4web/Swiper) - [demo](https://swiperjs.com/demos) - [docs](https://swiperjs.com/react) - The most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.
239241

240242
### Buttons
243+
241244
- [react-awesome-button](https://github.com/rcaferati/react-awesome-button) - [demo](https://caferati.me/demo/react-awesome-button) - 3D animated 60fps buttons with load progress and social share actions.
242245
- [reactive-button](https://github.com/arifszn/reactive-button) - [demo](https://arifszn.github.io/reactive-button/docs/playground) - [docs](https://arifszn.github.io/reactive-button) - A beautiful animated button component with progress indicator.
243246

@@ -457,7 +460,7 @@ _Autosuggest / autocomplete / typeahead_
457460
- [react-select-box](https://github.com/instructure-react/react-select-box) - An accessible select box component for React.
458461
- [react-select](https://github.com/JedWatson/react-select) - A Select control built with and for React JS.
459462
- [react-column-select](https://github.com/chr-ge/react-column-select) - A column select component built for react.
460-
- [react-select-search](https://github.com/tbleckert/react-select-search) - [demo](https://react-select-search.com/) - ⚡️ A lightweight select component for React
463+
- [react-select-search](https://github.com/tbleckert/react-select-search) - [demo](https://react-select-search.com/) - ⚡️ A lightweight select component for React
461464

462465
#### Color Picker
463466

@@ -471,7 +474,7 @@ _Autosuggest / autocomplete / typeahead_
471474
- [@anatoliygatt/heart-switch](https://github.com/anatoliygatt/heart-switch) - [demo](https://codesandbox.io/s/demo-for-anatoliygatt-heart-switch-cds5p) - A fully themeable and accessible heart-shaped toggle switch component.
472475
- [react-ios-switch](https://github.com/clari/react-ios-switch) - React switch component.
473476
- [react-toggle](https://github.com/instructure-react/react-toggle) - An elegant, accessible toggle component for React. Also a glorified checkbox.
474-
- [ui-switch](https://github.com/yairEO/ui-switch) - The most complete *Toggle* component
477+
- [ui-switch](https://github.com/yairEO/ui-switch) - The most complete _Toggle_ component
475478

476479
#### Slider
477480

@@ -538,7 +541,7 @@ _Let the user define an order on a list_
538541
- [edtr-io](https://github.com/edtr-io/edtr-io) - [demo](https://edtr.io/) - [docs](https://edtr.io/docs/getting-started) - WYSIWYG in-line web editor with plugins.
539542
- [megadraft](https://github.com/globocom/megadraft) - Rich Text editor built on top of draft.js.
540543
- [react-ace](https://github.com/securingsincity/react-ace) - Ace (Advanced Code Editor) wraper.
541-
- [react-codemirror](https://github.com/uiwjs/react-codemirror) - [demo](https://uiwjs.github.io/react-codemirror/) - CodeMirror component for React.
544+
- [react-codemirror](https://github.com/uiwjs/react-codemirror) - [demo](https://uiwjs.github.io/react-codemirror/) - CodeMirror component for React.
542545
- [react-contenteditable](https://github.com/lovasoa/react-contenteditable) - React component for a div with editable contents.
543546
- [react-draft-wysiwyg](https://github.com/jpuri/react-draft-wysiwyg) - WYSIWYG editor build on top of [DraftJS](https://draftjs.org/).
544547
- [react-editor](https://github.com/fritx/react-editor) - Simple richtext editor that can insert images and HTML.
@@ -720,7 +723,7 @@ _Report computed styles_
720723

721724
_Report when a component becomes visible/hidden_
722725

723-
- [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) - React implementation of the Intersection Observer API.
726+
- [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) - React implementation of the Intersection Observer API.
724727
- [react-visibility-sensor](https://github.com/joshwnj/react-visibility-sensor) - Sensor component.
725728
- [react-waypoint](https://github.com/brigade/react-waypoint) - A React component to execute a function whenever you scroll to an element.
726729

@@ -863,7 +866,7 @@ _Component properties asynchronously fetched over the network_
863866
- [adrenaline](https://github.com/gyzerok/adrenaline) - Simple Relay alternative.
864867
- [apollo-client](https://github.com/apollostack/apollo-client) - A simple caching client for any GraphQL server and UI framework.
865868
- [react-relay](https://github.com/facebook/relay) - Relay is a JavaScript framework for building data-driven React applications.
866-
- [query](https://github.com/TanStack/query) - [docs](https://tanstack.com/query/v4) Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue.
869+
- [query](https://github.com/TanStack/query) - [docs](https://tanstack.com/query/v4) Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue.
867870

868871
### CSS / Style
869872

@@ -943,7 +946,7 @@ _Internationalization / L10n / localization / translation_
943946
- [react-localized](https://github.com/fakundo/react-localized) - Internationalization for React components based on `gettext` format.
944947
- [react-translate-maker](https://github.com/CherryProjects/react-translate-maker) - Universal internationalization (i18n) open source library for React.
945948
- [react-intl-universal](https://github.com/alibaba/react-intl-universal) - [demo](https://g.alicdn.com/alishu/common/0.0.95/intl-example/index.html) Internationalize React apps. Not only for React.Component but also for Vanilla JS.
946-
- [@tolgee/react](https://github.com/tolgee/tolgee-js/tree/main/packages/react) - [docs](https://tolgee.io/docs/web/using_with_react/installation) – Web-based localization tool enabling users to translate directly in the React app they develop
949+
- [@tolgee/react](https://github.com/tolgee/tolgee-js/tree/main/packages/react) - [docs](https://tolgee.io/docs/web/using_with_react/installation) – Web-based localization tool enabling users to translate directly in the React app they develop
947950
- [js-lingui](https://github.com/lingui/js-lingui) - [docs](https://lingui.js.org) – A readable, automated, and optimized (5 kb) internationalization for JavaScript.
948951

949952
### Framework bindings / integrations
@@ -974,7 +977,7 @@ _Internationalization / L10n / localization / translation_
974977
- [redux-segment](https://github.com/rangle/redux-segment) - Segment.io analytics integration for redux.
975978
- [react-slack-notification](https://github.com/Nilanth/react-slack-notification) - Send messages and error logs to a Slack channel directly.
976979
- [react-firebase-hooks](https://github.com/csfrequency/react-firebase-hooks) - Hooks to integrate firebase in your application.
977-
980+
978981
## Performance
979982

980983
**[`Back to top ⬆️`](#table-of-contents)**

0 commit comments

Comments
 (0)