carloskiki / leptos-icons

An icon library for the leptos web framework
MIT License
95 stars 22 forks source link

Future Roadmap #42

Open carloskiki opened 9 months ago

carloskiki commented 9 months ago

I feel like we have reached the point where the crate is mostly done, and we are only left with a few unanswered questions/design decisions. Here they are:

TODOs

bicarlsen commented 1 week ago

What needs to be done for 0.7 support?

bicarlsen commented 1 week ago

I made an initial attempt at this: https://github.com/bicarlsen/leptos-icons/tree/0.7

KNOWN ISSUE Generic attribute spreading does not work. This seems to have something to do with icondata_core::Icon being passed as an argument into leptos_icons::Icon causing it to not impl AsRef<Element> which is required to impl leptos::prelude::ElementExt.