material-ui
Here are 5,552 public repositories matching this topic...
-
Updated
Aug 23, 2020 - Kotlin
-
Updated
Jul 16, 2020 - Python
-
Updated
Oct 1, 2020 - CSS
-
Updated
Sep 3, 2020 - Kotlin
-
Updated
Sep 1, 2020 - Kotlin
-
Updated
Jan 21, 2020 - Java
-
Updated
Aug 15, 2020 - Java
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
Sep 25, 2020 - JavaScript
- The issue is present in the latest release.
- I have searched the [issues](https://github.com/mui
-
Updated
Sep 30, 2020 - TypeScript
-
Updated
Oct 26, 2019 - Java
In the serverside-pagination example, we have some sample means of adding loading indicators. Loading indicators are a common and important part of the serverside experience, so we should have some better examples here so that other devs can work from good ideas, and we can keep full-fledged loading indicator options out of the core library (E.g. gregnb/mui-datatables#958
-
Updated
Jul 31, 2020 - JavaScript
-
Updated
Sep 7, 2020 - JavaScript
Add focusRectSizeFactor parameter for rectangle focus shape (like focusCircleRadiusFactor for circular). Default value should be 1.
-
Updated
Oct 3, 2020 - TypeScript
-
Updated
Sep 30, 2020 - TypeScript
-
Updated
Apr 26, 2020 - Java
-
Updated
Oct 2, 2018 - JavaScript
-
Updated
Oct 2, 2020 - Pawn
-
Updated
Jun 1, 2020 - Kotlin
-
Updated
Oct 2, 2020 - JavaScript
IconButton does not 'blur' when it loses focus, retaining it's --background-focused class after the mouse or touch leaves the item.
-
Updated
Mar 26, 2020 - Kotlin
-
Updated
Sep 4, 2020 - CSS
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 }}
>
...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."

Is your feature request related to a problem? Please describe.
When the user clicks a
<DeleteButton>in an Edit toolbar, react-admin displays "Element deleted". I would like to customize that message for different resources (e.g. "Post deleted" and "Comment deleted").Describe the solution you'd like
I would like
DeleteButtonto behave likeSaveButtonand acceptonSuccessand