--- title: SkeletonParagraph description: Displays a placeholder representation of text content while it loads. Use to improve perceived performance by showing users where text will appear. api_version: 2026-01 api_name: checkout-ui-extensions source_url: html: https://shopify.dev/docs/api/checkout-ui-extensions/latest/polaris-web-components/feedback/skeletonparagraph md: https://shopify.dev/docs/api/checkout-ui-extensions/latest/polaris-web-components/feedback/skeletonparagraph.md --- # Skeleton​Paragraph Displays a placeholder representation of text content while it loads. Use to improve perceived performance by showing users where text will appear. ## Properties * **content** **string** **Default: ''** The content to be used as a base for the skeleton. This content will be hidden when the skeleton is visible. This can be useful when the skeleton is representing a known piece of content which is part of a larger element that has not yet fully loaded. * **id** **string** A unique identifier for the element. Examples ## Preview ![](https://cdn.shopify.com/shopifycloud/shopify-dev/production/assets/assets/images/templated-apis-screenshots/checkout-ui-extensions/2025-10/skeleton-paragraph-default-TQd9tr25.png) ### Examples * #### Code ##### Default ```html ```