https://github.com/carloskiki/leptos-icons
An icon library for the leptos web framework
https://github.com/carloskiki/leptos-icons
icons leptos rust svg-icons web
Last synced: about 2 months ago
JSON representation
An icon library for the leptos web framework
- Host: GitHub
- URL: https://github.com/carloskiki/leptos-icons
- Owner: carloskiki
- License: mit
- Created: 2023-03-08T01:22:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T01:01:58.000Z (9 months ago)
- Last Synced: 2024-10-20T16:03:16.815Z (7 months ago)
- Topics: icons, leptos, rust, svg-icons, web
- Language: Rust
- Homepage:
- Size: 48.6 MB
- Stars: 89
- Watchers: 2
- Forks: 19
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-leptos - leptos-icons
README
# Leptos-Icons
[](https://docs.rs/leptos_icons)
[](/LICENSE)Add icons from popular icon libraries into your leptos projects.
Currently, you can use this [example](/examples/simple-app) as a guide, but better examples and docs are coming. An [index site](https://carloskiki.github.io/icondata/) is also available if you wish to filter through available icons.
## Leptos compatibility
| Crate version | Compatible Leptos version |
|---------------|---------------------------|
| 0.0.14 | 0.3 |
| 0.0.15 | 0.4 |
| 0.0.16-alpha | 0.5.0-alpha |
| 0.0.16-beta | 0.5.0-beta2 |
| 0.0.16-rc3 | 0.5.0-rc3 |
| 0.1 | 0.5 |
| 0.2.1 | 0.5 |
| 0.3.0 / 0.3.1 | 0.6 |
| 0.4.0 / 0.5.0 | 0.7 |