-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(react-skeleton): extend Skeleton story with SkeletonItem examples #31608
docs(react-skeleton): extend Skeleton story with SkeletonItem examples #31608
Conversation
a50dc14
to
2b989ac
Compare
📊 Bundle size report✅ No changes found |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
FluentProviderWithTheme | virtual-rerender | 36 | 39 | 10 | Possible regression |
All results
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 617 | 618 | 5000 | |
Button | mount | 302 | 320 | 5000 | |
Field | mount | 1145 | 1141 | 5000 | |
FluentProvider | mount | 711 | 713 | 5000 | |
FluentProviderWithTheme | mount | 80 | 76 | 10 | |
FluentProviderWithTheme | virtual-rerender | 36 | 39 | 10 | Possible regression |
FluentProviderWithTheme | virtual-rerender-with-unmount | 73 | 76 | 10 | |
MakeStyles | mount | 868 | 858 | 50000 | |
Persona | mount | 1715 | 1747 | 5000 | |
SpinButton | mount | 1354 | 1404 | 5000 | |
SwatchPicker | mount | 1500 | 1515 | 5000 |
packages/react-components/react-skeleton/stories/Skeleton/SkeletonItemShape.stories.tsx
Show resolved
Hide resolved
c28c05c
to
37ff9e1
Compare
I see that in many examples SkeletonItem gets |
Yeah, makes sense to me. Current API is that they share two same props, SkeletonItem has |
Make a feature issue please! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small naming nit/suggestion, otherwise looks good!
packages/react-components/react-skeleton/stories/Skeleton/SkeletonItemShape.stories.tsx
Outdated
Show resolved
Hide resolved
43b0f3f
to
43e9138
Compare
docs(react-skeleton): extend Skeleton story with SkeletonItem examples docs(react-skeleton): extend Skeleton story with SkeletonItem examples docs(react-skeleton): extend Skeleton story with SkeletonItem examples
43e9138
to
5b7a176
Compare
…-and-drawer-compat * master: (43 commits) chore: remove react-alert from monorepo (microsoft#31642) docs(react-skeleton): extend Skeleton story with SkeletonItem examples (microsoft#31608) feat(react-motion): add support for params (microsoft#31566) applying package updates fix: show default title action in dialog body for modal dialogs (microsoft#31648) chore:(react-nav-preview)Remove redundant NavDrawerHeaderNav component. (microsoft#31646) Update Accordion Size story to allow collapsing (microsoft#31624) fix(react-accordion): deprecate navigation prop (microsoft#31587) fix: Drawer story accessibility fixes and docs update (microsoft#31570) feat:(react-nav-preview) Adds small size variant (microsoft#31589) feat: update divider to use element internals (microsoft#31627) chore(react-components): split react libraries in two (/library and /stories) - teams-prg /3rd batch (microsoft#31601) chore:(docs) Adding Jest testing document (microsoft#31554) chore(react-components): split react libraries in two (/library and /stories) - teams-prg /2nd batch (microsoft#31600) build(deps): bump tar from 6.1.11 to 6.2.1 (microsoft#31633) applying package updates fix: allow updating of CSS properties when they are already defined (microsoft#31629) fix: corrects the border-color for switch when in the checked state on rest (microsoft#31628) chore: update Switch to leverage ElementInternals via Checkbox (microsoft#31613) chore: update temporarily codeowners for split-in-two migrated packages to maintain proper PR review assignemnt for outdated branches (microsoft#31616) ...
* master: (43 commits) chore: remove react-alert from monorepo (microsoft#31642) docs(react-skeleton): extend Skeleton story with SkeletonItem examples (microsoft#31608) feat(react-motion): add support for params (microsoft#31566) applying package updates fix: show default title action in dialog body for modal dialogs (microsoft#31648) chore:(react-nav-preview)Remove redundant NavDrawerHeaderNav component. (microsoft#31646) Update Accordion Size story to allow collapsing (microsoft#31624) fix(react-accordion): deprecate navigation prop (microsoft#31587) fix: Drawer story accessibility fixes and docs update (microsoft#31570) feat:(react-nav-preview) Adds small size variant (microsoft#31589) feat: update divider to use element internals (microsoft#31627) chore(react-components): split react libraries in two (/library and /stories) - teams-prg /3rd batch (microsoft#31601) chore:(docs) Adding Jest testing document (microsoft#31554) chore(react-components): split react libraries in two (/library and /stories) - teams-prg /2nd batch (microsoft#31600) build(deps): bump tar from 6.1.11 to 6.2.1 (microsoft#31633) applying package updates fix: allow updating of CSS properties when they are already defined (microsoft#31629) fix: corrects the border-color for switch when in the checked state on rest (microsoft#31628) chore: update Switch to leverage ElementInternals via Checkbox (microsoft#31613) chore: update temporarily codeowners for split-in-two migrated packages to maintain proper PR review assignemnt for outdated branches (microsoft#31616) ...
done #31664 :) |
Resolves #31222. Extended
Skeleton
story to haveSkeletonItem
examples forsize
andshape
props. Tbh, not sure if it deserves completely separated tab, asSkeletonItem
isn't standalone and supposed to be used as a child component ofSkeleton
.Related Issue(s)
#31222