Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RustVis/zu
Yew web components, implementing Material Design.
https://github.com/RustVis/zu
Last synced: 3 months ago
JSON representation
Yew web components, implementing Material Design.
- Host: GitHub
- URL: https://github.com/RustVis/zu
- Owner: RustVis
- License: lgpl-3.0
- Created: 2023-01-31T01:24:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T02:41:55.000Z (8 months ago)
- Last Synced: 2024-06-23T04:58:00.529Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 17.8 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - Zu - Yew web components, implementing Material Design. (Crates / Component Libraries)
README
# Zu
![Build status](https://github.com/RustVis/zu/actions/workflows/rust.yml/badge.svg)
[![Latest version](https://img.shields.io/crates/v/zu.svg)](https://crates.io/crates/zu)
[![Documentation](https://docs.rs/zu/badge.svg)](https://docs.rs/zu)
![Minimum rustc version](https://img.shields.io/badge/rustc-1.56+-yellow.svg)
![License](https://img.shields.io/crates/l/zu.svg)[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).