Kirby plugins complete examples / complete guide / tutorial

I would like to know if there is a repository or place where I can find the fields, sections, etc of the panel but in plugin format.

like a plugin starterkit for each field.

in kirby / config / fields is the php?

but the part of vue.js (app.js) is obfuscated and it is impossible for me to learn at my level of knowledge.

I am not finding any complete example in the docs, except for the hello world.

Thank you.

If you want to study source code, the Panel code can be found in the kirby repo: https://github.com/getkirby/kirby/tree/master/panel/src

Apart from that, I’d recommend checking out the existing Panel plugins in the plugins repo: https://github.com/texnixe/kirby-plugins/issues?q=is%3Aissue+is%3Aopen+label%3A"Version%3A+3"

Thank you!! That was what I was looking for!