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