Dioxus Components Icon
Thanks for Element Plus for providing the icons.
Preview
Install
Make sure your Cargo.toml includes the Dioxus dependency:
[]
= "0.6"
Usage
Note: Since 'Box' is a keyword in Rust, please use 'IconBox'.
API
| Name | Type | Description | Default |
|---|---|---|---|
| size | Option<String> |
Icon size | "1em" |
| color | Option<String> |
Svg fill color | "currentColor" |
Basic usage examples
use *;
use ;
Custom style example
rsx!