1 unstable release
0.1.0 | Feb 27, 2021 |
---|
#1273 in WebAssembly
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
~249K SLoC