react-components
Here are 2,143 public repositories matching this topic...
-
Updated
Nov 6, 2020 - JavaScript
-
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
-
Updated
Nov 17, 2020 - JavaScript
-
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
-
Updated
May 10, 2020 - JavaScript
-
Updated
Sep 9, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Aug 6, 2020 - JavaScript
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Oct 5, 2020 - JavaScript
-
Updated
Oct 22, 2020 - JavaScript
-
Updated
Oct 7, 2020 - JavaScript
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 16, 2020 - JavaScript
-
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