+ Tooltip
+
+ Default
+
+
+ Helpful text is helpful
+
+
+ Always visible
+
+
+
+ anchor
+
+
+
+ Top
+
+
+ Helpful text is helpful
+
+
+
+ anchor
+
+
+
+ Right
+
+
+ Helpful text is helpful
+
+
+
+ anchor
+
+
+
+ Bottom
+
+
+ Helpful text is helpful
+
+
+
+ anchor
+
+
+
+ Left
+
+
+ Helpful text is helpful
+
+
+
+ anchor
+
+
+
+ Switch anchors
+
+
+ Helpful text is helpful
+
+
+
+ anchor
+
+
+
+ anchor
+
+
+
+ anchor
+
+
+
+ anchor
+
+
+
+ anchor
+
+
+
+ anchor
+
+
+
+ anchor
+
+
+
+ anchor
+
+
+
+ RTL
+
+
+ anchor
+
+
+
+ Left
+
+
+
+ Right
+
+
+
+ start/end
+
+
+ anchor
+
+
+
+ Start
+
+
+
+ End
+
+
+
+ start/end RTL
+
+
+ anchor
+
+
+
+ Start
+
+
+
+ End
+
+
+
diff --git a/packages/web-components/fast-components/src/tooltip/index.ts b/packages/web-components/fast-components/src/tooltip/index.ts
new file mode 100644
index 00000000000..91edf692991
--- /dev/null
+++ b/packages/web-components/fast-components/src/tooltip/index.ts
@@ -0,0 +1,23 @@
+import { customElement } from "@microsoft/fast-element";
+import { Tooltip, TooltipTemplate as template } from "@microsoft/fast-foundation";
+import { TooltipStyles as styles } from "./tooltip.styles";
+import { FASTAnchoredRegion } from "../anchored-region";
+
+// prevent tree shaking
+FASTAnchoredRegion;
+
+/**
+ * The FAST Tooltip Custom Element. Implements {@link @microsoft/fast-foundation#Tooltip},
+ * {@link @microsoft/fast-foundation#TooltipTemplate}
+ *
+ *
+ * @public
+ * @remarks
+ * HTML Element: \