Help Me to Import Material Design!

I’m trying to importing the MDC (https://material.io/components/text-fields/) into the my Ionic 5 project and I couldn’t do that, also I tried to import this Angular-MDC and I failed to do that https://github.com/trimox/angular-mdc-web, anyone had any information to help me!!

First off, and apologies if this comes off as rude/blunt, why?

Ionic includes material design inputs that follows the spec.
Why include another thing that could potentially include duplicated css?

1 Like

The text field that they had is different than it’s available in Ionic, I already find the solution :slight_smile:

1 Like

How did you do that? I am also trying to do the same but couldn’t found solution :confused:

1 Like

As always, @mhartington is much more diplomatic than I am, but I share the same concern here.

There is truth in the proverb about too many cooks spoiling the broth. When you mix and match user interface toolkits, not only do you end up with code that is hard to read and maintain, you also risk a situation where each toolkit makes assumptions that it controls styling, and finally, the user gets confused because the interface does not appear and behave consistently.

In summary, Angular Material and Ionic are both great choices to base an app on, but you really want to choose one or the other.