thaw icon indicating copy to clipboard operation
thaw copied to clipboard

Roadmap

Open lizidev opened this issue 1 year ago • 2 comments

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

Roadmap

component

https://react.fluentui.dev

  • [x] InfoLabel
  • [x] Label
  • [x] Link
  • [x] Rating
  • [x] RatingDisplay
  • [x] TagPicker
  • [x] RangeSlider
  • [ ] AvatarGroup
  • [ ] MenuButton
  • [ ] SplitButton
  • [ ] Dropdown
  • [x] Persona
  • [ ] TeachingPopover
  • [ ] Toolbar

V0.5

  • [ ] Overflow
  • [ ] Tree
  • [ ] Carousel

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

lizidev avatar Aug 06 '24 14:08 lizidev

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?

mainrs avatar Aug 22 '24 11:08 mainrs

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.

lizidev avatar Aug 22 '24 13:08 lizidev