1 unstable release

0.1.0 Feb 27, 2021

#1198 in WebAssembly

24 downloads per month

MPL-2.0 license

200KB
4K SLoC

yew-components

Actively WIP


lib.rs:

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

Dependencies

~13MB
~248K SLoC