material-yew icon indicating copy to clipboard operation
material-yew copied to clipboard

Yew wrapper for Material Web Components

Results 21 material-yew issues
Sort by recently updated
recently updated
newest added

#24 has been sitting open untouched since March. #19 is an issue that should at least be addressed in part ASAP. I understand that this is a work-in-progress, but how...

I'm very much a novice when it comes to web development, so maybe this is supposed to be self-evident, but I don't understand how to receive the value of a...

As far as i could gather, there is no way to bind a callback directly to any component as none are defined in the respective `*Props`. This especially makes elements...

I have add material-yew as dependencies in my `Cargo.toml`: ```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`...

question

When enabling the "select" feature, it failed to build because of missing crate level imports. Found a bit more using [cargo-all-features](https://github.com/frewsxcv/cargo-all-features).

The `MatSelect` component references the `text_inputs` module but the `text_inputs` module is not enabled when using the feature flag of `select`.

Hi, thanks for the interesting library. Not sure if I'm misunderstanding this library, but I tried it out with the `MatButton` component, but couldn't figure out how to add a...

Currently, the only way to add custom styles to a component is to use CSS selectors, which are either too broad (eg. using `mwc-textfield` will get all textfields) or require...

enhancement

There should be an `Icon` enum which defines all the possible icons. It should be generated in the build script so it's always up-to-date. Similar to how the `IconName` enum...

enhancement