Crate material_yew

source ·
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