An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Leptos-Icons

[![Docs.rs](https://docs.rs/leptos_icons/badge.svg)](https://docs.rs/leptos_icons)
[![GitHub](https://img.shields.io/github/license/carloskiki/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 |