Questions tagged [material-components]

Modular and customizable Material Design UI components. For platform-specific questions, add [ios], [web], or [android].

Material Components help developers implement the Material Design guidelines across Android, iOS, and the web. Developed by a core team of Google engineers and UX designers, these components support the reliable development of beautiful and functional apps.

Material Components for the web is the successor to Material Design Lite, and has 3 high-level goals:

  • Production-ready components consumable in an a-la-carte fashion
  • Best-in-class performance and adherence to the Material Design guidelines
  • Seamless integration with other JS frameworks and libraries

Resources :

567 questions
0
votes
0 answers

Disable changing url router information Material-components-web tabs

I am using Material web components for my framework agnostic library. For the material tabs, when the tab is changed, the url route changes to the active tab. For example in the demo : https://material-components-web.appspot.com/tabs.html when we…
LearningToCode
  • 153
  • 1
  • 5
  • 19
0
votes
5 answers

How do I set the caret cursor color on an MDCTextField?

I'm using MDCTextInputControllerFilled and setting the activeColor property changes the underline and the floating placeholder. However, I cannot find a way to set the blinking cursor color, it's blue by default. Is there a way of changing the…
leppen
  • 158
  • 1
  • 6
0
votes
1 answer

Combining MDCAppBar and UITabBarController

My root view controller is a UITabBarController with 2 tabs and an MDCAppBar. The design looks just fine on the story board with the 2 tabs placed in equal halves. However when I run the application the 2 tabs appear compressed. I have tried many…
ChicagoSky
  • 1,290
  • 3
  • 22
  • 50
0
votes
1 answer

Ripple effect not working mdc-icon-toggle in material components

Just started with material components. I am trying mdc-icon-toggle, the HTML code