-
Updated
Aug 3, 2021 - TypeScript
material-ui
Here are 10,078 public repositories matching this topic...
-
Updated
Jul 20, 2021 - Kotlin
-
Updated
May 6, 2021 - Python
-
Updated
Apr 22, 2021 - CSS
-
Updated
Aug 5, 2021 - Kotlin
-
Updated
Jul 30, 2021 - Kotlin
-
Updated
Jan 21, 2020 - Java
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Jul 25, 2021 - Java
-
Updated
Jul 30, 2021 - JavaScript
-
Updated
Aug 9, 2021 - TypeScript
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Aug 4, 2021 - TypeScript
I'm having an issue with my bundle size, my project is using @material-ui core components as well as mui-datatables. I'm working on shrinking my bundle size, but noticed that the entire esm library for @material-ui/core is getting bundled. I tracked down what is importing the @material-ui/core/esm/index.js module (all the com
-
Updated
May 10, 2021 - JavaScript
-
Updated
Oct 26, 2019 - Java
I noticed that the first item of a List does not ripple on click as the others do. This is visible in the official demo on the "Simple List".
I'm guessing this is an issue with SMUI and not with MDC, since the example on Material.io does not have this issue.
-
Updated
Aug 8, 2021 - TypeScript
I followed the dashboard layout tutorial and following code fails as the config
param is typed as (breakpoint: Breakpoint, config: Omit<TemporarySidebarConfig, 'id' | 'anchor' | 'variant' | 'hidden'>) => IEdgeSidebarRegistry;
where the anchor
is omitted
scheme.configureEdgeSidebar((builder) => {
builder
.create("uni
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Aug 1, 2021 - C++
Add focusRectSizeFactor
parameter for rectangle focus shape (like focusCircleRadiusFactor
for circular). Default value should be 1.
-
Updated
Jan 25, 2021 - JavaScript
-
Updated
May 3, 2021 - Java
-
Updated
Jul 13, 2021 - JavaScript
-
Updated
Jun 1, 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:
Up until version 3.15, using the "outlined" variant in Input fields worked as expected.
What happened instead:
After upgrading to 3.17, if I click on an Input that has
variant='outlined'
, it cuts the border above the first character of the field.Steps to reproduce:
Just click the field and you can see the border changing:
https://user-images.gith