Inset Forms

By default each input item will fill 100% of the width of its parent element (the list). However, you can inset the list using either the list list-inset or card classnames. The card classname applies a lower box shadow while list-inset does not. Additionally, if the list's parent element has padding assigned then this will also give the form an inset appearance.

<divclass="list list-inset"><labelclass="item item-input"><inputtype="text"placeholder="First Name"></label><labelclass="item item-input"><inputtype="text"placeholder="Last Name"></label></div>