react-components
Here are 2,143 public repositories matching this topic...
React components for efficiently rendering large lists and tabular data
-
Updated
Nov 6, 2020 - JavaScript
JavaScript Testing utilities for React
-
Updated
Nov 16, 2020 - JavaScript
Bug Report
Sorting in table does not work as expected
Steps
I copy and pasted the code from https://react.semantic-ui.com/collections/table/#variations-sortable. Sorting works fine the first time you sort for example name column or when you change column. But the second time you try to sort, it doesn't work
Expected Result
Sorting should be working, like the example in the docs
-
Updated
Nov 15, 2020 - JavaScript
Current Behavior
The 'Edit this page' button on https://baseweb.design/components/ points to a 404 page.
Expected Behavior
I believe it shou
React, React Native and Vue UI components for building data-driven apps with Elasticsearch
-
Updated
Nov 17, 2020 - JavaScript
A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Nov 17, 2020 - JavaScript
Describe the bug
The following PR introduced some breaking change in typings: https://github.com/beautifulinteractions/beautiful-react-hooks/pull/156/files#diff-b52768974e6bc0faccb7d4b75b162c99R19
Argument of type '() => void' is not assignable to parameter of type 'any[]'.
Type '() => void' is missing the following properties from type 'any[]': pop, push, concat, join, and 27 more
100% code coverage
Free Open Source High Quality Dashboard based on Bootstrap 4 & React 16: http://dashboards.webkom.co/react/airframe
-
Updated
May 10, 2020 - JavaScript
React components for Stripe.js and Stripe Elements
-
Updated
Sep 9, 2020 - JavaScript
A set of React components implementing flexboxgrid with the power of CSS Modules.
-
Updated
Sep 7, 2020 - JavaScript
weui for react
-
Updated
Aug 6, 2020 - JavaScript
Element UI
-
Updated
Sep 4, 2020 - JavaScript
React carousel image gallery component with thumbnail support
-
Updated
Oct 5, 2020 - JavaScript
A React-based web video player
-
Updated
Oct 22, 2020 - JavaScript
A web video player built for the HTML5 world using React library.
-
Updated
Oct 7, 2020 - JavaScript
Tourist Guide into your React Components
-
Updated
Nov 8, 2020 - JavaScript
Easily add reveal on scroll animations to your React app
-
Updated
Jul 15, 2020 - JavaScript
React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders.
-
Updated
Oct 13, 2020 - JavaScript
The Most Complete React UI Component Library
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 16, 2020 - JavaScript
This is the latest advanced react patterns workshop
-
Updated
Nov 16, 2020 - JavaScript
First of all, thanks for your library mui-treasury.
I would like to change the background color of an InsetSidebar but I can't figure out how to proceed.
Here is part of my code:
<InsetContainer rightSidebar={
<InsetSidebar
sidebarId={"appPageDrawer"}
classes={{ paper: styles.pageDrawer }}
>
...
-
Updated
Sep 10, 2020 - JavaScript
Documentation
Using a library that generates documentations from markdown files will make writing documentation much easier and less tedious. Updating documentation will also be easier too. Right now, we are using a full-blown create-react-app project just to display a static docs page. It is way too overkill and inefficient imo. cc @couds
Improve this page
Add a description, image, and links to the react-components topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-components topic, visit your repo's landing page and select "manage topics."


https://material-ui.com/api/select/
The docs says that you cannot use empty string value for value field. As long as this is eventually acceptable, there is an issue, because for some reason null value also does not work. These both totally break my communication with backend service, because it seems I'll have to find and replace the values before saving (I do want to save null).
If I c