app-shopify-polaris-web-components

Build Shopify App Home interfaces with Polaris Web Components.

2|1|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Niccos-Shopify-Workspace/shopify-cursor-skills --skill app-shopify-polaris-web-components
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-shopify-polaris-web-components
Source: https://github.com/Niccos-Shopify-Workspace/shopify-cursor-skills/tree/main/skills/app-shopify-polaris-web-components
Command: npx skills add https://github.com/Niccos-Shopify-Workspace/shopify-cursor-skills --skill app-shopify-polaris-web-components

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides guidance and examples for building user interfaces for Shopify App Home surfaces using Polaris Web Components, ensuring a consistent and native look and feel for apps outside the Shopify Admin.

Core Features & Use Cases

  • Polaris Web Components: Learn to use s-* custom elements for App Home UI.
  • Layout and Structure: Implement pages, sections, stacks, and boxes for organized layouts.
  • Component Usage: Understand how to use buttons, text, banners, links, and form elements.
  • Use Case: Design a settings page for your Shopify app's App Home, using s-page, s-section, s-text-field, and s-button to create a user-friendly configuration interface.

Quick Start

Use the app-shopify-polaris-web-components skill to generate an example of a settings page using s-page, s-section, and s-text-field.

Frequently Asked Questions about app-shopify-polaris-web-components

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Shopify App Home user interface using Polaris Web Components?

Build Shopify App Home user interfaces using Polaris Web Components by composing `s-*` custom elements like `s-page`, `s-section`, and `s-stack` to structure layouts and integrate interactive elements like `s-button` and `s-text-field`.

What is the difference between Shopify App Home UI and embedded admin apps?

Shopify App Home UI is designed for surfaces outside the Shopify Admin, using Polaris Web Components to ensure a native look and feel, whereas embedded admin apps operate directly within the Shopify Admin environment.

What custom elements are available for structuring Shopify App Home layouts?

Polaris Web Components provide `s-page` for overall structure, `s-section` and `s-stack` for organized layouts, and `s-box` for container grouping to build the App Home interface.

Can I use form elements like text fields in Shopify App Home development?

Yes, you can use form elements like `s-text-field` alongside interactive components such as `s-button`, `s-text`, `s-banner`, and `s-link` to create user-friendly configuration interfaces in Shopify App Home.

What is the best way to create a settings page for a Shopify App Home surface?

The best way to create a settings page for Shopify App Home is by combining `s-page`, `s-section`, `s-text-field`, and `s-button` custom elements to build an organized and native configuration interface.