Crate material_yew[][src]

Expand description

A Material components library for Yew. It wrpas around Material Web Components exposing Yew components.

Example usage:

use material_yew::MatButton;
use yew::html;

html! {
    <MatButton 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

button
checkbox
circular_progress
circular_progress_four_color
dialog
drawer
fab
form_field
icon
icon_button
icon_button_toggle
linear_progress
list
menu
radio
select
slider
snackbar
switch
tabs
text_inputs
top_app_bar
top_app_bar_fixed