mdc_web
mdc_web copied to clipboard
Dart wrapper for the material-components-web javascript library.
Is there some chance to update material design css and js? For example when I use css from cdn and use this button from your example `Auto Init` the ripple...
Hello, do you have some example to implementation with AngularDart? I am trying it for 2 hours but still not working. Thank you.
I don't know if you are soliciting comments on 0.5.0 but I'll chance it with this input. I prefer the newer versions of **material-components-web** Snackbar and Select components (especially the...
Jacob, in your repo, you instruct the use of mdc_web by a script placed in index.html. Then on mdc_web Pub Dev you instruct the use of mdc_web by a different...
In the provided document you included the "material-components-web.min.js" script only. But it's seem not enough and require the css file(s) is (are) missing, So I added file "package:mdc_web/material-components-web.css" in index.html...
Hi! I'm new to dart yet, and I'm trying to customize the theme colors... I did build an very simple drawer and top bar app to start with, here is...
Hi, I get this error in console when I load the demo app: ``` Uncaught TypeError: Failed to execute 'define' on 'CustomElementRegistry': constructor argument is not a constructor at main$...