You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>Smart.Accordion element represents a custom element with expandable items. It is a lightweight container that may either stand alone or be connected to a larger surface.</h2>
23
+
<divclass="module">
24
+
<p>Each accordion item contains header and content part. Click on the header toggles the content part.</p>
25
+
<p>smartAccordion may be used for a variety of tasks, such as:</p>
26
+
<ul>
27
+
<li>To edit a setting</li>
28
+
<li>To create a tool for ad campaigns</li>
29
+
</ul>
30
+
</div>
31
+
<divclass="module">
32
+
<h3>Usage</h3><p>
33
+
Editing<br>
34
+
Creating flows
35
+
</p><h3>Behavior</h3><p>
36
+
Expand<br>
37
+
Collapse<br>
38
+
Focus
39
+
</p>
40
+
</div>
41
+
42
+
</div>
43
+
</section>
44
+
45
+
<section>
46
+
<h2>Usage</h2>
47
+
<divclass="module ">
48
+
<p><strong>Editing </strong></p>
49
+
<p>Accordions are best used for lightweight editing of an element, such as selecting a value for a setting.</p>
50
+
<p>For example, an app that contains tables may use accordion to adjust settings on table elements.</p>
51
+
<p><strong>Creation flows </strong></p>
52
+
<p>Accordion items may be displayed in a sequence to form creation flows.</p>
53
+
<p>This is an example of a tool for creating ad campaigns.</p>
<smart-accordion-itemindex="2" label="Start and end dates <span class='description'><span class='date'>Start date:</span> Feb 29, 2016 <span class='date'>End date:</span> Not set</span>">Start date:Feb 29, 2016 End date: Not set</smart-accordion-item>
61
+
<smart-accordion-itemindex="3" label="Carrier <span class='description'>The best cruise line</span>">The best cruise line</smart-accordion-item>
<smart-accordion-itemindex="1" label="Self aware panel <span class='description'>Currently I am closed</span>">I'm visible because I am open</smart-accordion-item>
0 commit comments