diff --git a/docs/_config.yml b/docs/_config.yml index e93d253b0..a07ac9728 100755 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -52,6 +52,8 @@ navigation: url: components/boxes.html - title: Direct Chat url: components/direct-chat.html + - title: Timeline + url: components/timeline.html - title: JavaScript icon: fas fa-code url: javascript diff --git a/docs/components/timeline.md b/docs/components/timeline.md new file mode 100644 index 000000000..869286f02 --- /dev/null +++ b/docs/components/timeline.md @@ -0,0 +1,11 @@ +--- +layout: page +title: Timeline Component +--- + +INTOTEXT + +```html +HTML MARKUP +``` +{: .max-height-300}