-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No MatButton
in the root
#11
Comments
I'm trying to pull |
You have to enable the required feature. I really should remove the feature locks as wasm bindgen just doesn't fetch what isn't used. Presumably because rustc just removes that code. |
how to do that?
|
@hamza1311 i know how to use cargo features. the question is which are options that are to be included what is the relevant required feature to get rid of this error |
Enable the full feature |
[features] ? how is it |
material-yew = { version = "0.1.0", features = ["full"] } This is how you enable the feature |
I have add material-yew as dependencies in my
Cargo.toml
:And then I'm use the
MatButton
frommaterial-yew
in my rust filebut I get the following error
Am I missing something?
The text was updated successfully, but these errors were encountered: