From: harry Date: Mon, 15 May 2017 15:18:56 +0000 (+0530) Subject: Add accordion codepen! X-Git-Tag: v6.4.0-rc1~46^2~26^2~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f94738356879b0afe79fa3d0c762112d555465b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add accordion codepen! --- 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