Files
directus/packages/components
dependabot[bot] 92c1158155 Bump rollup-plugin-node-externals from 7.0.1 to 7.1.1 (#22033)
Bumps [rollup-plugin-node-externals](https://github.com/Septh/rollup-plugin-node-externals) from 7.0.1 to 7.1.1.
- [Release notes](https://github.com/Septh/rollup-plugin-node-externals/releases)
- [Commits](https://github.com/Septh/rollup-plugin-node-externals/compare/v7.0.1...v7.1.1)

---
updated-dependencies:
- dependency-name: rollup-plugin-node-externals
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-01 09:51:27 +02: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>