diff --git a/docs/components/timeline.md b/docs/components/timeline.md
index 869286f02..d519bf15c 100644
--- a/docs/components/timeline.md
+++ b/docs/components/timeline.md
@@ -3,9 +3,57 @@ layout: page
title: Timeline Component
---
-INTOTEXT
+The timeline component displays an event history.
+You can use it for descriptions of events that occurred in a particular time section.
+
+##### Default
```html
-HTML MARKUP
+
+
+
+
+ 23 Aug. 2019
+
+
+
+
+
+
+
+
12:05
+
+
+
+
+ Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles,
+ weebly ning heekya handango imeem plugg dopplr jibjab, movity
+ jajah plickers sifteo edmodo ifttt zimbra. Babblely odeo kaboodle
+ quora plaxo ideeli hulu weebly balihoo...
+
+
+
+
+
+
+
+
+
+
```
{: .max-height-300}
+
+##### Extra style
+
+There is an additional class for styling.
+It darkens the elements, highlighting it against the general background.
+You can use it with adding `.timeline-inverse` to `.timeline`.
+
+```html
+
+
+
+```