fluentui
fluentui copied to clipboard
Teaching Popover PR Feedback
This issue is tracking the resolution of outstanding comments from PR feat(react-teaching-popover-preview): Core functionality
Unresolved comments from @layershifter:
- [ ] Use images from CDN in examples
- [ ] Fix use of
renderByDefaultinuseTeachingPopoverHeader - [ ] Consider changing
TeachingPopoverButton.buttonTypeprop - [ ] Consider changing
TeachingPopoverButton.altStepTextprop - [ ] Remove
Paritial<>around slots type forTeachingPopoverPageCountProps - [ ] Don't use render props:
TeachingPopoverPageCountChildRenderFunction - [ ] Rename useTeachingPopoverContext.ts to useTeachingPopoverContextValues.ts
- [ ] Add
defaultCurrentPageprop toTeachingPopover - [ ] Update
useTeachingPopoverContextValuesto match what's inrenderTeachingPopover, and usecontextValues.teachingPopoverin the render function - [ ] Remove
TeachingPopoverTitle.showDismissprop because it's redundant withdismissButton={null}
Unresolved comments from @behowell: