--- title: AdminBlock description: >- `s-admin-block` provides a deeper integration with the container your UI is rendered into. This component should only be used in Block Extensions, which render inline on a resource page. api_version: 2026-01 api_name: admin-extensions source_url: html: >- https://shopify.dev/docs/api/admin-extensions/latest/polaris-web-components/settings-and-templates/adminblock md: >- https://shopify.dev/docs/api/admin-extensions/latest/polaris-web-components/settings-and-templates/adminblock.md --- # Admin​Block `s-admin-block` provides a deeper integration with the container your UI is rendered into. This component should only be used in Block Extensions, which render inline on a resource page. ## Properties * **collapsedSummary** **string** The summary to display when the app block is collapsed. Summary longer than 30 characters will be truncated. * **heading** **string** The text to use as the Block title in the block header. If not provided, the name of the extension will be used. Examples ## Preview ![](https://cdn.shopify.com/shopifycloud/shopify-dev/development/assets/assets/images/templated-apis-screenshots/admin/components/adminblock-example-eYwUa8Th.png) ### Examples * #### ##### jsx ```jsx 5 items active; ``` ## Considerations * Initial height is limited to 300px. * When content exceeds the height limit, a "Show more" button appears. * In development, the following warning also displays: "Warning! This Block is too tall." * After expanding to the max height, content that exceeds the limit is cut off, and the merchant must navigate to the extension's app via the provided link.