# iced-box
A utility box for iced.rs
### 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
| 0.12 | 0.5, 0.3, 0.2 |
| 0.10 | 0.4 |
### Features
| [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 |
### 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
| 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)