diff --git a/src/components/Link/Link.stories.mdx b/src/components/Link/Link.stories.mdx
new file mode 100644
index 000000000..16278f7eb
--- /dev/null
+++ b/src/components/Link/Link.stories.mdx
@@ -0,0 +1,151 @@
+import { Meta, Preview, Props, Story } from '@storybook/addon-docs';
+import { boolean, select, withKnobs } from '@storybook/addon-knobs';
+import Link from './Link';
+import Stack from '../storyUtils/Stack';
+import { BASE_SHADE } from '../../theme/palette';
+import { FIGMA_URL } from '../../utils/common';
+import { getIconSelectorKnob } from '../../utils/stories';
+import SectionHeader from '../../storybook/SectionHeader';
+
+
+
+
+
+- [Overview](#overview)
+- [Props](#props)
+- [Usage](#usage)
+- [Variants](#variants)
+
+## Overview
+
+A link is a navigational component that takes a user to another URL, an element within the page, or a file.
+
+## Props
+
+
+
+## Usage
+
+
+
+To show a primary action (like “Save”), use a Button instead.
+
+## Props
+
+
+
+## Variants
+
+### Style
+
+
+
+
+ Primary
+
+
+
+ Inverted
+
+
+
+
+
+### Placement
+
+Inline: Used within a body of copy; always with underline text decoration for better discoverability
+Block: Used without a body of copy; without underline text decoration
+
+
+
+
+