| Crates.io | zirv-ui |
| lib.rs | zirv-ui |
| version | 0.2.1 |
| created_at | 2024-04-08 15:00:46.882702+00 |
| updated_at | 2024-04-10 15:22:30.542516+00 |
| description | Component library for Yew |
| homepage | |
| repository | https://github.com/Zirv-io/Zirv-ui |
| max_upload_size | |
| id | 1200427 |
| size | 39,748 |
Welcome to zirv-ui, a comprehensive component library for the Yew framework. Our goal is to provide a wide range of reusable components tailored for Yew applications, making your web development process smoother and more efficient. zirv-ui is designed to be easy to use, highly customizable, and suitable for any use case. Although still a work in progress (WIP), we are excited to offer components that are ready for production use today, including Toast notifications and a Flexbox layout component.
Currently, zirv-ui includes the following components:
More components are under development and will be released as they are completed.
To start using zirv-ui in your Yew project, add the following to your Cargo.toml file:
[dependencies]
zirv-ui = { version = "0.1.0", branch = "master" }
Furthermore add the following to the
tag within your index.html file:<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Zirv-io/Zirv-ui@main/style/dist/main.css">