mirror of
https://github.com/directus/directus.git
synced 2026-01-15 00:28:29 -05:00
@directus/components
Warning
This is a work in progress, and is not intended for production use.
This package will contain the basic components used in the Directus app.
Usage
pnpm add @directus/components
<script setup lang="ts">
import { SomeComponent } from '@directus/components';
</script>
<template>
<SomeComponent />
</template>