# Zu

[](https://crates.io/crates/zu)
[](https://docs.rs/zu)


[Yew](https://yew.rs) web components, implementing Material Design.
This UI library is heavily inspired by [material ui](https://github.com/mui/material-ui).
- [Documentation](https://docs.rs/zu)
- [Online tutorial](https://zu.biofan.org)
- [Release notes](https://github.com/RustVis/zu/releases)
## Usage
Add this to `Cargo.toml`:
```toml
[dependencies]
zu = "0.3"
```
Or using `cargo add zu` command.
## License
This library is release in [LGPL-3.0](LICENSE).