Crate ymc[][src]

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

Enums

Hovered