#Is there a list of globally registered vue.js directus component ?

6 messages · Page 1 of 1 (latest)

vagrant crypt
#

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

neon heron
#

I don't think so, but the directus team should think about it

vagrant crypt
#

Yes I would like to know because if there are other reusable components it would allow me to develop faster and have a nicer integration without making my own css

gusty field
#

Seems like you can use any component inside app/components on source code.

neon heron
neon heron