Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 618 Bytes

File metadata and controls

29 lines (15 loc) · 618 Bytes

Adobe XD Plugin Helpers

These helpers are designed to provide simplified access to certain APIs.

Docs

https://adobexdplatform.com/plugin-docs/

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