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 5,670 public repositories matching this topic...

material-ui
softshipper
softshipper commented Dec 23, 2020

Hi all

I am trying to implement [Swipeable Drawer][1] from [Material-UI][2]. For performance reason, I would like to implement

const iOS = process.browser && /iPad|iPhone|iPod/.test(navigator.userAgent);
<SwipeableDrawer disableBackdropTransition={!iOS} disableDiscovery={iOS} />

as recommended on the page.

I have created a component as follows:

const iOS = process.br
vuetify
components
leon
leon commented Dec 16, 2020

Documentation Feedback

Even though I am an Angular veteran I find myself struggling every time I want to create a custom material component.

I would like to see more guides / tutorials on how to wrap existing form field components such as matInput and mat-select.

Wrap a matInput or mat-select

I need to have a mat-select with some pre defined options that I reuse through out my ap

Website
material.io
Wikipedia
Wikipedia

Related Topics

material
You can’t perform that action at this time.