Panel Plugin Documentation + Examples

Hey all,

I’m looking for some documentation for creating panel plugins for the next release of XD as well as some demos, but I can’t find any. Ultimately, I’m looking to build a React plugin, but will settle for vanilla JS for the time being.

Thanks!

1 Like

I suppose you should start with https://adobexdplatform.com/ and specifically https://github.com/AdobeXD/plugin-samples

Since panel is not in the public release, docs and samples are in a specific branch of the repos:


https://github.com/AdobeXD/plugin-samples/tree/uxp-panel-release

Thanks Steve, this helps a bunch. However I did notice the specific react samples are still using the modal implementation.

In fact, there is another branch -https://github.com/AdobeXD/plugin-samples/tree/prerelease/panels

checkout: https://github.com/AdobeXD/plugin-samples/tree/prerelease/panels/ui-panel-hello-react

Awesome, thanks again Steve!