Expand description
§Yew Google Material
yew-google-material
is a very simple crate to use some of google materials and https://fonts.google.com/
Unfortunately a lot of crates with materials, icons for yew framework are depricated and use depricated javascript code.
Here I use only Rust code to add some design features for yew.
Now only buttons, text fields and icons are available. Buttons and text fields are not the same as one in google material web, but very similar to them.
See more information in GButton
, GIcon
and GTextInput
modules below.
Modules§
- buttons
- GButton
- icons
- GIcon
- input_
text - GTextInput
- prelude