Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 561 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 561 Bytes

Getting started

This sample demonstrates how to use React to create a plugin for XD. The plugin receives user's inputs in a dialog and places the input(text) in the first artboard. Read the step-by-step guide for this sample.

Development

  1. Install yarn if not available
npm install -g yarn
  1. Install npm packages
npm install
  1. Install yarn packages
yarn install
  1. Start compliling
yarn watch

Usage

  1. Run "Plugins > Create Rectangle"