Skip to content
#

Material design

material-design logo

Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.

Here are 6,584 public repositories matching this topic...

material-ui
orenmizr
orenmizr commented Oct 20, 2021

version: mui 5.x
os: windows
browser: all

the library gives you a way to specify the number of grid columns. the typescript compiler won't:

export type GridSize = 'auto' | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;

this will not allow you to set the column option

<Grid container spacing={2} columns={24}>
  <Grid item xs={16}>
    <Item>xs=16</Item>
  </
vuetify
components
IlCallo
IlCallo commented Sep 22, 2021

Describe the bug
When createUploaderComponent has been created, emits specification only described the usage as an array (eg. ['update:label', 'change']), later on they added the ability to provide an object for stricter type checking and validation, very much like props.
Currently createUploaderComponent only supports emits as an array and props as an object

**Codepen/jsFid

IgoBobrov
IgoBobrov commented Jun 23, 2021

Description: TextInputEditText minEms is not working, on 1.3.0 ver all works fine

Expected behavior: minEms must set width of TextInputEditText by value

Source code:
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/etPhoneNumber"
android:layout_width="wrap_content"
android:layout_height="wra

Website
material.io
Wikipedia
Wikipedia

Related Topics

material