-
Updated
Jul 19, 2021 - TypeScript
material-ui
Here are 9,847 public repositories matching this topic...
-
Updated
Jul 20, 2021 - Kotlin
-
Updated
May 6, 2021 - Python
-
Updated
Apr 22, 2021 - CSS
-
Updated
Jul 27, 2021 - Kotlin
-
Updated
Jul 13, 2021 - Kotlin
-
Updated
Jan 21, 2020 - Java
-
Updated
Jun 4, 2021 - TypeScript
-
Updated
May 18, 2021 - JavaScript
-
Updated
Jul 25, 2021 - Java
-
Updated
Jul 10, 2021 - JavaScript
-
Updated
Jul 20, 2021 - TypeScript
-
Updated
Sep 30, 2020 - Kotlin
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Jul 25, 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
Oct 26, 2019 - Java
-
Updated
May 10, 2021 - JavaScript
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
Jul 28, 2021 - TypeScript
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Jul 6, 2021 - C++
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
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