saleor-dashboard
Installation
SKILL.md
Saleor Dashboard Extensions
Before writing code
Fetch live docs:
- Fetch
https://docs.saleor.io/docs/developer/extending/apps/extending-dashboard-with-appsfor Dashboard extension guide - Web-search
site:docs.saleor.io app bridge actions dispatch notificationfor App Bridge API - Web-search
site:docs.saleor.io dashboard mounting points extensionsfor extension points reference - Web-search
site:github.com saleor/macaw-ui componentsfor MacawUI component library - Web-search
site:docs.saleor.io app iframe communicationfor iframe messaging patterns
Dashboard Extension Architecture
Saleor Dashboard extensions are rendered as Apps inside iframes. The Dashboard loads your App's URL in a sandboxed iframe and communicates with it through the App Bridge messaging protocol.