Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 667 Bytes

skeleton-page.md

File metadata and controls

28 lines (21 loc) · 667 Bytes

< Back to Components List

Skeleton page

polaris-skeleton-page implements the Polaris Skeleton page component.

Examples

Rendering a basic skeleton page with a dynamic title:

{{#polaris-skeleton-page}}
  ... page content here ...
{{/polaris-skeleton-page}}

Skeleton page with a text title and skeleton breadcrumbs, a primary action, and two secondary actions:

{{#polaris-skeleton-page
  title="Skeleton Page"
  breadcrumbs=true
  primaryAction=true
  secondaryActions=2
}}
  ... page content here ...
{{/polaris-skeleton-page}}