wix-cli-dashboard-page
Installation
SKILL.md
Wix Dashboard Page Builder
Creates full-featured dashboard page extensions for Wix CLI applications. Dashboard pages appear in the Wix site owner's dashboard and enable site administrators to manage data, configure settings, and perform administrative tasks.
Quick Start Checklist
Follow these steps in order when creating a dashboard page:
- Create page folder:
src/extensions/dashboard/pages/<page-name>/ - Create
page.tsxwith WDS components wrapped inWixDesignSystemProvider - Create
extensions.tswithextensions.dashboardPage()and unique UUID - Update
src/extensions.tsto import and use the new extension