--- 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: 2025-10 api_name: admin-extensions source_url: html: https://shopify.dev/docs/api/admin-extensions/latest/components/other/adminblock md: https://shopify.dev/docs/api/admin-extensions/latest/components/other/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 * #### ##### JSX ```jsx 5 items active; ``` ## Preview ![](https://shopify.dev/images/templated-apis-screenshots/admin/components/adminblock-example.png) ## 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.