-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Labels
questionFurther information is requestedFurther information is requested
Description
I have add material-yew as dependencies in my Cargo.toml:
[dependencies]
yew = "0.18.0"
wasm-bindgen = "0.2.67"
material-yew = "0.1.0"
yew-router = "0.15.0"And then I'm use the MatButton from material-yew in my rust file
use material_yew::MatButton;but I get the following error
unresolved import `material_yew::MatButton`
no `MatButton` in the rootrustc(E0432)
Am I missing something?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested