thaw-ui / thaw

An easy to use leptos component library
https://thawui.vercel.app
MIT License
298 stars 38 forks source link

Roadmap: v0.4 #223

Open luoxiaozero opened 2 months ago

luoxiaozero commented 2 months ago

(This supersedes the roadmaps in https://github.com/thaw-ui/thaw/issues/165 .)

Roadmap

component

https://react.fluentui.dev


Making a component library is a huge project, and I have limited time. Everyone is welcome to open PR or issue.

mainrs commented 2 months ago

I'll work on the rating display component, I require that one for my current project. I'll open a PR once done. Probably around mid-september. I guess the rating component doesn't differ too much, so I'll do both of them.

Should the API surface be exactly the same as the one from fluentui? I.e., should I include all props that they expose?

luoxiaozero commented 2 months ago

Should the API surface be exactly the same as the one from fluentui? I.e., should I include all props that they expose?

In theory, they should all be aligned, unless the rust language is causing functionality that is difficult to implement.