ranile / material-yew

Yew wrapper for Material Web Components
https://material-yew.rm.rs
Apache License 2.0
230 stars 35 forks source link

Doc states wrong github repo name 'material-yew-components' #2

Closed jgeluk closed 3 years ago

jgeluk commented 3 years ago
material-yew-components = { git = "https://github.com/hamza1311/material-yew-components/", branch = "master", features = ["full"] }

Does not work whereas this works:

yew-material = { git = "https://github.com/hamza1311/yew-material/", branch = "master", features = ["full"] }
ranile commented 3 years ago

Oops, that slipped through. Fixed that.