diff --git a/src/components/ItemMetadataView/ItemMetadataView.stories.mdx b/src/components/ItemMetadataView/ItemMetadataView.stories.mdx
index f14d6ad..47f9953 100644
--- a/src/components/ItemMetadataView/ItemMetadataView.stories.mdx
+++ b/src/components/ItemMetadataView/ItemMetadataView.stories.mdx
@@ -1,15 +1,42 @@
-import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';
+import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import ItemMetadataView from "./ItemMetadataView";
-The ItemMetadataView displays the metadata for an item as part of the [ItemView](?path=/docs/components-itemview--with-item).
+
-
+Displays an Item's metadata. Used in the [ItemView](?path=/docs/components-itemview).
+If an Item is locked, a warning will be displayed showing this.
+
+
+
+
\ No newline at end of file