Open
Description
Hi, thanks for creating this great library. There are some points I'd like to be documented:
Unimplemented Components
Some of the components are not yet implemented
- drawer is implemented however unusable due to unimplemented DrawerAppContent
- top-app-bar-fixed is unimplemented
I guess there are more components missing in that manner contradictiing the docs.
Usage
It might be helpful to document a basic use, e.g. how to retrieve css+js. One option might be to recommend using unpkg package registry:
<link
href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css"
rel="stylesheet"
/>
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
What do you think? I might just do the changes and file a PR if that is desired.