Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
<!-- Don't allow prettier to collapse code block into single line -->
<!-- prettier-ignore -->
>
> ```jsx
>
> import { Skeleton, SkeletonItem } from '@fluentui/react-components';
>
> ```

The `Skeleton` component is a temporary animation placeholder for when a service call takes time to return data and we don't want to block rendering the rest of the UI.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export { Animation } from './SkeletonAnimation.stories';
export { Row } from './SkeletonRow.stories';

export default {
title: 'Preview Components/Skeleton',
title: 'Skeleton',
component: Skeleton,
parameters: {
docs: {
Expand Down