material-yew 0.1.0

Yew wrapper for Material Web Components
Documentation

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