From 2f94738356879b0afe79fa3d0c762112d555465b Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 15 May 2017 20:48:56 +0530 Subject: [PATCH] Add accordion codepen! --- docs/pages/accordion.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/pages/accordion.md b/docs/pages/accordion.md index 86f050ed1..f9fd6de35 100644 --- a/docs/pages/accordion.md +++ b/docs/pages/accordion.md @@ -18,13 +18,21 @@ Inside the accordion, place a series of panes with the class `.accordion-item` a Each pane has a **title**, an `` with the class `.accordion-title`, and a **content area**, an element with the class `.accordion-content` and the attribute `data-tab-content`. +

+ Watch this part in video +

+ +
+ edit on codepen button +
+ ```html