material-ui
Here are 6,524 public repositories matching this topic...
-
Updated
Dec 7, 2020 - Kotlin
-
Updated
Jul 16, 2020 - Python
-
Updated
Dec 7, 2020 - CSS
-
Updated
Nov 12, 2020 - Kotlin
-
Updated
Dec 7, 2020 - Kotlin
-
Updated
Jan 21, 2020 - Java
-
Updated
Aug 15, 2020 - Java
-
Updated
Nov 8, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
Dec 13, 2020 - JavaScript
- The issue is present in the latest release.
- I have searched the [issues](https://github.com/mui
-
Updated
Dec 13, 2020 - TypeScript
-
Updated
Oct 26, 2019 - Java
Hi guys,
I'm lenon, thanks for your effort to share tools, code and solutions to the community
Expected Behavior
I have been using the #mui-datatables feature, and is amazing, it help me a lot.
I was looking f
-
Updated
Dec 2, 2020 - TypeScript
-
Updated
Dec 7, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
-
Updated
Dec 13, 2020 - TypeScript
Add focusRectSizeFactor parameter for rectangle focus shape (like focusCircleRadiusFactor for circular). Default value should be 1.
-
Updated
Apr 26, 2020 - Java
-
Updated
Oct 2, 2018 - JavaScript
IconButton does not 'blur' when it loses focus, retaining it's --background-focused class after the mouse or touch leaves the item.
-
Updated
Nov 26, 2020 - Pawn
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Jun 1, 2020 - Kotlin
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
Dec 6, 2020 - Kotlin
Improve this page
Add a description, image, and links to the material-ui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material-ui topic, visit your repo's landing page and select "manage topics."


What you were expecting:
When the
<List empty={}>component is empty, the list should display the empty component.What happened instead:
The provided empty component is not displayed when the list is empty, Took me a while to figure it out, it's related to checking the
hasCreatestateSteps to reproduce:
Simply pass a custom component
<List empty={<CustomComponent />}>