Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 47b3680

Browse files
Collapsible set: Added info and demo of corner styling to the docs.
1 parent ee3f169 commit 47b3680

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs/content/content-collapsible-set.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,32 @@ <h3>Section header, swatch E</h3>
202202
<p>Collapsible content, swatch "d"</p>
203203
</div>
204204
</div>
205+
206+
<h2>Corner styling</h2>
207+
<p>Add the <code>data-corners="false"</code> attribute to have an inset collapsible set without rounded corners.</p>
208+
209+
210+
<pre><code>
211+
&lt;div data-role=&quot;collapsible-set&quot; <strong>data-corners=&quot;false&quot;</strong> data-theme=&quot;b&quot; data-content-theme=&quot;d&quot;&gt;
212+
</code></pre>
213+
214+
215+
<div data-role="collapsible-set" data-corners="false" data-theme="b" data-content-theme="d">
216+
<div data-role="collapsible">
217+
<h3>Section 1</h3>
218+
<p>Collapsible content</p>
219+
</div>
220+
<div data-role="collapsible">
221+
<h3>Section 2</h3>
222+
<p>Collapsible content</p>
223+
224+
</div>
225+
<div data-role="collapsible">
226+
<h3>Section 3</h3>
227+
<p>Collapsible content</p>
228+
</div>
229+
</div>
230+
205231

206232
</div><!--/content-primary -->
207233

0 commit comments

Comments
 (0)