These helpers are designed to provide simplified access to certain APIs.
Download the repository and copy the lib
folder to your project. You can then reference desired utilities using require('./lib/[module].js')
.
npm install @adobe/xd-plugin-toolkit
yarn add @adobe/xd-plugin-toolkit
./lib/dialogs.js
: Provides useful functions for creating simple alerts, confirmation dialogs, prompts, and more, using the suggested design language.
Apache 2.0