leptos-icons icon indicating copy to clipboard operation
leptos-icons copied to clipboard

Future Roadmap

Open carloskiki opened this issue 5 months ago • 0 comments

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:

  • Are we correctly handling html attributes? An alternative to passing common attributes such as class, style, width, etc. (what we are currently doing) would be to use the attr feature of leptos.
  • Since this crate has become pretty stable in the recent months, should we try to match our version to leptos' version? (e.g., publishing version 0.7 once leptos v0.7 comes out)

carloskiki avatar Jan 29 '24 13:01 carloskiki