vugu / vugu

Vugu: A modern UI library for Go+WebAssembly (experimental)
https://www.vugu.org
MIT License
4.8k stars 175 forks source link

MDL latest now is updated after many years neglect #236

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Rody Davis on the google MDL team has gotten MDL lite updated with full demos and full integration in many GUI frameworks, including vue.

I have not idea hen this is going upstream. Worth reaching out to Rody. @ rodydavis

https://github.com/rodydavis/material-design-lite/tree/mdl-3.x/examples/vue

demo running off github pages, so using latest: https://rodydavis.github.io/material-design-lite/overview/

Its very nice and lite :)

Describe the solution you'd like

Is this useful ? I am not sure as i don't know exactly how the vugu architecture packages / uses the MDL.

Describe alternatives you've considered

Additional context

bradleypeabody commented 1 year ago

Vugu doesn't really do anything with MDL right now, but if it works without JS it could be useful. The main issue with most libraries is the JS dependencies they bring in, but CSS-only stuff typically just works.

owenwaller commented 8 months ago

It appears that the original MDL site has was archived in July 2023. See: https://github.com/rodydavis/material-design-lite/tree/mdl-3.x

The MDL community has moved to the material components for the web repo. It looks like this repo contains a fair bundle of JS so may not work with Vugu.