Skip to content

Commit

Permalink
Site: (#551) Form Hierarchy add examples using fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
pat270 committed Feb 14, 2018
1 parent 856fb37 commit 1656ff1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions packages/clay/src/content/test_form_hierarchy.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,34 @@ <h3 class="sheet-subtitle">First Level Section</h3>
</div>
</div>
</div>
<div class="sheet-section">
<fieldset>
<div class="sheet-section">
<h3 class="sheet-subtitle">Fieldset Nested in Sheet Section</h3>
<div class="form-group-autofit">
<div class="form-group-item">
<label for="inputLabel6">
Input Label 6
</label>
<input class="form-control" id="inputLabel6" type="text">
</div>
</div>
</div>
</fieldset>
</div>
<fieldset>
<div class="sheet-section">
<h3 class="sheet-subtitle">Sheet Section Nested in Fieldset</h3>
<div class="form-group-autofit">
<div class="form-group-item">
<label for="inputLabel7">
Input Label 7
</label>
<input class="form-control" id="inputLabel7" type="text">
</div>
</div>
</div>
</fieldset>
<div aria-orientation="vertical" class="panel-group panel-group-flush" role="tablist">
<div class="panel">
<a aria-controls="accordion03CollapseTwo" aria-expanded="true" class="collapse-icon sheet-subtitle" data-toggle="collapse" href="#accordion03CollapseTwo" id="accordion03HeadingTwo" role="tab">
Expand Down

0 comments on commit 1656ff1

Please sign in to comment.