0

Some of the new material components released with Polymer 3.0, are not available from NPM. Is there any way to install them ? For example, how can we install mwc-menu ?

Omar BELKHODJA
  • 1,622
  • 1
  • 12
  • 18

1 Answers1

0

It is available in npm.

npm i @material/mwc-*

replace * with material item u r looking for

refer this link

shabarinath
  • 548
  • 3
  • 18