stash/pkg/plugin/examples/react-component
feederbox826 600cb15102
[packaging] switch to pnpm (#6186)
* [packaging] switch to pnpm
* Bump compiler version
* Change pnpm store in docker build
---------

Co-authored-by: feederbox826 <feederbox826@users.noreply.github.com>
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
2025-11-10 09:17:25 +11:00
..
src Use /plugins instead of /plugin in testReact 2025-07-03 10:40:51 +10:00
package.json [packaging] switch to pnpm (#6186) 2025-11-10 09:17:25 +11:00
pnpm-lock.yaml [packaging] switch to pnpm (#6186) 2025-11-10 09:17:25 +11:00
README.md [packaging] switch to pnpm (#6186) 2025-11-10 09:17:25 +11:00
tsconfig.json UI Plugin API (#4256) 2023-11-28 13:06:44 +11:00

This is a reference React component plugin. It replaces the details part of scene cards with a list of performers and tags.

To build:

  • run pnpm install --frozen-lockfile
  • run npm run build

This will copy the plugin files into the dist directory. These files can be copied to a plugins directory.