mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
placeholder icon
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Label left of input, No Parent Content Padding</h3>
|
||||
<h3>Label left of input (with icon), No Parent Content Padding</h3>
|
||||
<div class="list">
|
||||
<label class="item item-input">
|
||||
<i class="icon ion-person"></i>
|
||||
@@ -116,6 +116,16 @@
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Placeholder icon</h3>
|
||||
<div class="list">
|
||||
<label class="item item-input">
|
||||
<i class="icon ion-search placeholder-icon"></i>
|
||||
<input type="text" placeholder="Search">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
||||
<h3>Inline Label On Top Of Text Input, list-inset, No Parent Content Padding</h3>
|
||||
<div class="list list-inset">
|
||||
<label class="item item-input">
|
||||
|
||||
Reference in New Issue
Block a user