microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
29 stars 31 forks source link

feat(react-draggable-dialog): create draggable dialog with handle #78

Closed marcosmoura closed 7 months ago

marcosmoura commented 8 months ago

Creates the base logic for a functional Draggable Dialog. Tests will be added later to split the logic into two PRs.

The code is large as the components are too coupled tied (because of a shared context), so in case a review gets confusing, I can gladly explain all the bits.