diff --git a/packages/react/src/components/Button/index.stories.mdx b/packages/react/src/components/Button/index.stories.mdx
new file mode 100644
index 0000000..3abe403
--- /dev/null
+++ b/packages/react/src/components/Button/index.stories.mdx
@@ -0,0 +1,53 @@
+import { Canvas, Meta, Story, Source, ArgsTable } from '@storybook/addon-docs';
+import { Button } from "./index";
+
+
+
+export const Template = (args) => ;
+
+# Button
+
+The Cunningham Button behaves the same as the native html `