@adobe/xd-plugin-toolkit

Adobe XD Plugin Helper Library

Usage no npm install needed!

<script type="module">
  import adobeXdPluginToolkit from 'https://cdn.skypack.dev/@adobe/xd-plugin-toolkit';
</script>

README

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