docs(docs-site): add motion components page #32437
Conversation
📊 Bundle size report✅ No changes found |
7685621 to
136bbac
Compare
136bbac to
c92e778
Compare
layershifter
left a comment
There was a problem hiding this comment.
See #32411 (comment).
IMO adding examples for the same concept across components - does not scale 🥲
We should have a shared documentation page that explains how customize/disable motion (see docs for positioning) and link to it components that are using it.
@layershifter makes sense. Should I create a separate request for it or can do within current? wdyt? |
Up to you 🐱 |
c92e778 to
922d6ee
Compare
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 635 | 646 | 5000 | |
| Button | mount | 306 | 310 | 5000 | |
| Field | mount | 1139 | 1170 | 5000 | |
| FluentProvider | mount | 723 | 713 | 5000 | |
| FluentProviderWithTheme | mount | 77 | 88 | 10 | |
| FluentProviderWithTheme | virtual-rerender | 33 | 36 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 79 | 77 | 10 | |
| MakeStyles | mount | 857 | 878 | 50000 | |
| Persona | mount | 1773 | 1688 | 5000 | |
| SpinButton | mount | 1436 | 1354 | 5000 | |
| SwatchPicker | mount | 1690 | 1694 | 5000 |
…nd createPresenceComponent
Hotell
left a comment
There was a problem hiding this comment.
comments from previous review haven't been addressed
Hotell
left a comment
There was a problem hiding this comment.
approving to unblock, although please dont forget to:
- please address actionable comments
- regarding the conversion to pure MDX, this will be tackled as a follow up
…112e.json Co-authored-by: Martin Hochel <hochelmartin@gmail.com>
…7cf3.json Co-authored-by: Martin Hochel <hochelmartin@gmail.com>
…es.tsx Co-authored-by: Martin Hochel <hochelmartin@gmail.com>
…es.tsx Co-authored-by: Martin Hochel <hochelmartin@gmail.com>
… separate components
Co-authored-by: viktorgenaev <viktorgenaev@microsoft.com> Co-authored-by: Oleksandr Fediashov <olfedias@microsoft.com> Co-authored-by: Martin Hochel <hochelmartin@gmail.com>
Adding additional pages to
react-motionwithmotion slotexamples. AddedhideArgsTabledocs parameter to hideArgsTableblock.Previous Behavior
New Behavior
Added motion components page and links to related components.
Related Issue(s)