Expand description
A Material components library for Yew. It wrpas around Material Web Components exposing Yew components.
Example usage:
use yew::html;
use yew_material::Button;
html! {
<Button label="Click me!" />
}
All the main components from the modules are re-exported. The specialized components used for populating slots and models can be accessed from their respective modules.
More information can be found on the website and in the GitHub README
Modules§
- banner
- button
- card
- checkbox
- chip
- circular_
progress - circular_
progress_ four_ color - datatable
- dialog
- drawer
- fab
- form_
field - icon
- icon_
button - icon_
button_ toggle - image_
list - linear_
progress - list
- menu
- radio
- select
- slider
- snackbar
- switch
- tabs
- text_
inputs - tooltip
- top_
app_ bar - top_
app_ bar_ fixed