Hello, I'm developing a directus extension and in the documentation I can see this :
https://docs.directus.io/extensions/modules.html#route-component
<template>
<private-view title="My Custom Module">Content goes here...</private-view>
</template>
The private-view component is a global registered vue.js directus component as said in the documentation.
I would like to know if other components of this kind exist ?
Thanks in advance to anyone who can help me. Have a good day
A guide on how to build custom Modules in Directus.