diff --git a/webapp/components/_new/generic/BaseButton/BaseButton.story.js b/webapp/components/_new/generic/BaseButton/BaseButton.story.js
index ec56b40c9..900c7b9a2 100644
--- a/webapp/components/_new/generic/BaseButton/BaseButton.story.js
+++ b/webapp/components/_new/generic/BaseButton/BaseButton.story.js
@@ -71,3 +71,14 @@ storiesOf('Generic/BaseButton', module)
`,
}))
+
+ .add('ghost', () => ({
+ // TODO: add documentation --> ghost button should only be used for very special occasions
+ // e.g. for the ContentMenu + for the EditorMenuBarButtons
+ components: { BaseButton },
+ template: `
+