yew-components
yew-components copied to clipboard
[BUG] Suggested improvements for documentation
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.
Hi, thanks for the reply. I would like it if you did PR. Because this is very important for the project. To increase the number of contributors. We just don't have enough time for everything. So far, every effort has been made to make color processing more professional and to make the project truly platform-agnostic.