UNPKG

954 Btext/x-handlebars-templateView Raw
1<!--
2 Copyright IBM Corp. 2016, 2018
3
4 This source code is licensed under the Apache-2.0 license found in the
5 LICENSE file in the root directory of this source tree.
6-->
7
8<div data-tile="expandable" class="{{@root.prefix}}--tile {{@root.prefix}}--tile--expandable" tabindex="0">
9 <button aria-label="expand menu" class="{{@root.prefix}}--tile__chevron">
10 {{#if @root.featureFlags.componentsX}}
11 {{ carbon-icon 'ChevronDown16' }}
12 {{else}}
13 <svg width="12" height="7" viewBox="0 0 12 7">
14 <path fill-rule="nonzero" d="M6.002 5.55L11.27 0l.726.685L6.003 7 0 .685.726 0z" />
15 </svg>
16 {{/if}}
17 </button>
18 <div class="{{@root.prefix}}--tile-content">
19 <span data-tile-atf class="{{@root.prefix}}--tile-content__above-the-fold">
20 <!-- Above the fold content here -->
21 </span>
22 <span class="{{@root.prefix}}--tile-content__below-the-fold">
23 <!-- Rest of the content here -->
24 </span>
25 </div>
26</div>
27
\No newline at end of file