mail/src/styleguide/sections/form/form_fieldset.hbs

16 lines
300 B
Handlebars
Raw Normal View History

2015-01-24 07:52:29 -05:00
---
title: Form fieldset
description: >
Use to group form inputs.
---
<fieldset class="form-fieldset">
<legend>Legend</legend>
<div class="form__row">
<input class="input-text" type="text">
</div>
<div class="form__row">
<input class="input-text" type="text">
</div>
</fieldset>