0

I want to use MDC Web (https://material-components.github.io/material-components-web-catalog/#/) in a PWA offline.

What am I supposed to download? Where is the official documentation for that?

Leo
  • 4,136
  • 6
  • 48
  • 72

1 Answers1

1

You can either follow the getting started guide to generate your own javascript and css files (So you can customise colour, shape etc) here. (This is the recommended way)

Or you can just download and copy the CDN JS & CSS files here (JS) and here (CSS) The CDN versions only use the default colour and shape and you cant change it that much.

Mr. Simmons
  • 448
  • 3
  • 14
  • Thanks, that was the info I was looking for. I'm surprised that the CDN version is not easy to customise. – Leo May 04 '20 at 10:09