Rust UI Icons
Description
A collection of SVG-based icon components for Rust fullstack applications.
Built on top of Tailwind CSS and tw_merge.
Explore the Full Icon Library
Browse the complete collection now at Rust UI Icons — and find the perfect one for your next project!
Installation
Please make sure to have this in your Cargo.toml:
= { = "0.X", = ["leptos"] } # For Leptos
= { = "0.X", = ["dioxus"] } # For Dioxus
Usage
Leptos
use *;
use ;
Dioxus
use *;
use Check;
Roadmap
-
Leptosport of lucide.dev icons. -
Dioxusport of lucide.dev icons. - Search feature on Rust UI.
- Filtering feature on Rust UI.
- Full support for
animatedicons (WIP).
License
This project is licensed under the MIT License. See the LICENSE file for details.