# Custom UI panels example

This plugin demonstrates how to add custom side UI panels

```bash
cd plugins/examples/ui-panels
npm start
```

The main code for the example plugin is in [src/index.tsx](src/index.tsx).
