dart-material-design-lite icon indicating copy to clipboard operation
dart-material-design-lite copied to clipboard

Material Design Lite Components, Directives + SPA with HTML, CSS + Dart

Results 16 dart-material-design-lite issues
Sort by recently updated
recently updated
newest added

from the [link](http://styleguide.material-design-lite.pub/#/) on the front page. nothing happened when clicked.. last error was: ``` 17:44:34.704 [SHOUT] lication.DomRenderer: Usually this error occures if content has not just ONE single root...

I followed instructions on 'getting started' to build a very basic mdl website, and found the built file size under /web is up to 5.9MB. And then I build the...

Wondering if you are thinking of upgrading ? Maybe there is a dart implementation of MDC. MDL is end of life.

Has anyone gotten deferred definition routes to work with DMDL ?

Hello, I've been searching issues but i couldn't find anything like what's happening to me atm. Here is a sample of my pubspec.yml file: ```` environment: sdk: '>=1.19.0 =3.3.0 di...

Is there an example of mdl-repeat anywhere, that uses a variable from the outer scope's variable, to iterate? ``` html loop {{element.hostname}} {{element.loopbackip}} {{element.chassis.createdAt}} Header Chassis Name Chassis Description Chasiss...

Currently there is an example of mdl-attribute which sets the 'disabled' attribute of an html input. Could you provide one for using an observable property to define an attribute value...

Is snackbar in a dialog supported? I attempted to place a snackbar with a dialog as a container. This works on the first .show, but subsequent requests closes the container...

Do you think it would be possible to abstract MdlComponentModel away from dart/html so that the model classes could be shared on the server side? Is it just a matter...

Material icons do not display if I include them like `accessibility` until I link explicitly to material icons font. `` It is not the behavior was before.