diff --git a/docs/pages/components/tooltip.md b/docs/pages/components/tooltip.md
new file mode 100644
index 0000000..899c0e5
--- /dev/null
+++ b/docs/pages/components/tooltip.md
@@ -0,0 +1,51 @@
+---
+title: 'Components: Tooltip - Sloth.css'
+description: Additional information for elements on hover or focus
+tags: hover information details description top left right bottom neutral accent success alert
+---
+
+## Tooltip
+
+A tooltip provides additional information for an element on hover or focus.
+
+### Position
+
+Use the `data-tooltip` attribute on any element to attach a tooltip that appears above the element on hover or focus. Linebreaks can be used too.
+
+
+
+
+
+```html
+
+```
+
+To change position, use the `tooltip-left`, `tooltip-bottom` or `tooltip-right` classes accordingly.
+
+
+
+
+
+
+
+```html
+
+
+
+```
+
+### Colors
+
+Tooltips are neutral by default, but can have a different color using the `tooltip-accent`, `tooltip-success` or `tooltip-alert` classes.
+
+