Files
directus/packages/components
dependabot[bot] 9d75fa22be Bump histoire from 0.17.6 to 0.17.8 (#21171)
Bumps [histoire](https://github.com/Akryum/histoire/tree/HEAD/packages/histoire) from 0.17.6 to 0.17.8.
- [Release notes](https://github.com/Akryum/histoire/releases)
- [Changelog](https://github.com/histoire-dev/histoire/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Akryum/histoire/commits/v0.17.8/packages/histoire)

---
updated-dependencies:
- dependency-name: histoire
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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