Leo
Leo

Reputation: 4428

What to download to use MDC Web offline in a PWA?

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?

Upvotes: 0

Views: 136

Answers (1)

Mr. Simmons
Mr. Simmons

Reputation: 446

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.

Upvotes: 1

Related Questions