Roadmap
(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.
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?
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.