-
Hello. Am I do something wrong or it doesn't work? Even example isn't working!
```
use yew::prelude::*;
use material_yew::MatButton;
use yew::html;
#[function_component(App)]
fn app() -> Htm…
-
Hi
Could someone put an example of how to use these components with events? e.g.
```rust
```
As the user types I want to take the value from the text input and write into an H1 element bel…
-
It's not even about modules themselves (as files) - it's about the fact that each class name gets mapped to a unique class name, and that makes the style local. It would be great to have something lik…
-
## Overview
- RFC: https://github.com/kartevonmorgen/rfcs/blob/master/proposed/0000-awesome-frontend.md
- Staus: proposed
As already discussed in kartevonmorgen/kartevonmorgen#517 we need to ch…
-
I want to do what is stated in the README, render MatButton
src/main.rs
```
use yew::prelude::*;
use yew::html;
use material_yew::MatButton;
#[function_component]
fn HelloWorld() -> Html {
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Contact Details
Brainiac#0847
### What happened?
1- Attempting to craft a short spear
2- Put required mater…
-
Tried to add material-yew's use declarations to my app. Tried both of these because both versions appear in the docs:
`use material_yew::MatButton;`
and
`use material_yew::button::MatButton;`
…
-
Great work putting together this library. I found it informative both in understanding yew, and also as a useful reference for using material with yew.
I'm using MatDrawer and MatTopAppBarFixed in …
-
👨💼 Client aktuálně **není** připojen k databázi 💾 . Úkolem proto je přijít na to, jak spojit yew a trunk 🌲, aby dokázali pracovat s portem 8081, kde se aktuálně zobrazuje JSON stonkerů 💰 . Jedná se o…
-
Hello,
I'm looking at getting rid of the inlined JS because I need to have the minimum file possible for a project.
Here is the relevant part of dominator's code:
```rust
#[wasm_bindgen(inli…