From f2040f476e6c908f49db818775e1cd47756b554f Mon Sep 17 00:00:00 2001 From: Brock Duncan Date: Wed, 26 Apr 2017 08:59:39 -0400 Subject: [PATCH] accordion/tabs values order Show two html examples of data-responsive-accordion-tabs values in different orders. --- docs/pages/responsive-accordion-tabs.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/pages/responsive-accordion-tabs.md b/docs/pages/responsive-accordion-tabs.md index 8f263b077..3f5956bc3 100644 --- a/docs/pages/responsive-accordion-tabs.md +++ b/docs/pages/responsive-accordion-tabs.md @@ -29,6 +29,22 @@ Accordion content should also have an ID, or the # of the href should be specifi ``` +
+

The accordion/tabs values can be in any order.

+
+ +```html + +``` +

Once you put it all together, here's what you get!
Scale your browser down to see the toggle happen.
I am an `Accordion on small and large` but I am `Tabs on medium`

-- 2.47.2