+
+
+
+
+
+
+ {[...Array(2).keys()].map( _ => )}
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/components/TimelineSkeleton/TimelineSkeleton.md b/src/components/TimelineSkeleton/TimelineSkeleton.md
new file mode 100644
index 0000000..c13a7fe
--- /dev/null
+++ b/src/components/TimelineSkeleton/TimelineSkeleton.md
@@ -0,0 +1,17 @@
+Renders a skeleton UI to indicate loading of a timeline item.
+
+```jsx
+import { ThemeProvider } from "@material-ui/core/styles";
+import webqueue2Theme from "../../theme";
+import TimelineActionCard from "./TimelineSkeleton";
+
+const theme = webqueue2Theme(false);
+
+