Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iced-box/iced-box
A utility box for iced.rs that provides toasts notifications, material icons, lucide and more.
https://github.com/iced-box/iced-box
elm gui iced-rs interface rust toolkit widgets
Last synced: 3 months ago
JSON representation
A utility box for iced.rs that provides toasts notifications, material icons, lucide and more.
- Host: GitHub
- URL: https://github.com/iced-box/iced-box
- Owner: iced-box
- License: gpl-3.0
- Created: 2024-04-04T02:05:00.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T00:40:53.000Z (7 months ago)
- Last Synced: 2024-09-30T10:03:18.113Z (3 months ago)
- Topics: elm, gui, iced-rs, interface, rust, toolkit, widgets
- Language: Rust
- Homepage:
- Size: 1.3 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# iced-box
A utility box for iced.rs that provides toasts notifications, material icons, lucide and more.### Useful links
iced-box documentation [here](https://docs.rs/iced-box/latest/iced_box/)### Installation
To install a single feature, use ```cargo add iced-box --features material_icons```\
To install several features, use ```cargo add iced-box --features material_icons,lucide_icons```### Compatibility with iced versions
| **iced** version | **iced-box** version |
| --- |----------------------|
| 0.13.0-dev | 0.6 |
| 0.12 | 0.5, 0.3, 0.2 |
| 0.10 | 0.4 |### Attention
To use version 0.6, you must use the following version of iced in your Cargo.toml dependencies:
```
iced = { git = "https://github.com/iced-rs/iced.git", rev = "06ff17fcf87495663a295d1548df1c2ac03dafbd" }
```
*At the moment I have no plans to add backwards compatibility to iced for new features,
Feel free to send a PR for this purpose, it would be greatly appreciated!*### Features
| Name | Description |
| --- | --- |
| [material_icons](https://docs.rs/iced-box/latest/iced_box/icon/material) | Provides Google Material style icons |
| [lucide_icons](https://docs.rs/iced-box/latest/iced_box/icon/lucide) | Provides Lucide style icons |
| [toasts](https://docs.rs/iced-box/latest/iced_box/toasts) | Provides alerts and toast messages |### Description
This box was created with the aim of offering new features to [iced](https://iced.rs)
Some code examples are expected here too
Today, iced has a complicated learning curve, one of the objectives of this project is to collaborate with more beginner users in this iced world### For the future
| Functionality | Description |
| --- | --- |
| table | something similar to [this](https://getbootstrap.com/docs/4.0/content/tables/) |### Contributing
Are you interested in contributing to the project? [know more](CONTRIBUTING.md)### Donation
| Crypto | Address |
| --- |-------------------------------------|
| Dogecoin | DD3aGVrzfNDMkeE2Gc7rHLjbmdwMV4DBqG |