import type {SharedReferenceEntityTemplateSchema} from '../docs-type';

const data: SharedReferenceEntityTemplateSchema = {
  name: 'Page',
  description:
    "The page component provides a styled page layout within your app, including breadcrumbs, page actions, and content areas with automatic spacing.\n\nUse page when you need a complete page layout with Polaris styling. For apps that need to set the Shopify admin's native title bar (title, breadcrumbs, actions) without a styled page layout, use the [title bar](/docs/api/{API_NAME}/{API_VERSION}/app-bridge-web-components/title-bar) App Bridge component instead.",
  category: 'Web components',
  subCategory: 'Layout and structure',
  related: [],
};

export default data;
