mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Add sample option text
This commit is contained in:
@@ -379,7 +379,7 @@
|
||||
|
||||
<div class="input-icon">
|
||||
<i class="fa fa-fw fa-map-marker"></i>
|
||||
<select><option></option></select>
|
||||
<select><option>United States</option></select>
|
||||
</div>
|
||||
</code></pre>
|
||||
<div class="row">
|
||||
@@ -405,7 +405,7 @@
|
||||
<div class="col-md-6 mar-b-md">
|
||||
<div class="input-icon">
|
||||
<i class="fa fa-fw fa-map-marker"></i>
|
||||
<select><option></option></select>
|
||||
<select><option>United States</option></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -358,7 +358,7 @@ This example uses Font Awesome, but you can use whatever icon library you want.
|
||||
|
||||
<div class="input-icon">
|
||||
<i class="fa fa-fw fa-map-marker"></i>
|
||||
<select><option></option></select>
|
||||
<select><option>United States</option></select>
|
||||
</div>
|
||||
```
|
||||
|
||||
@@ -385,7 +385,7 @@ This example uses Font Awesome, but you can use whatever icon library you want.
|
||||
<div class="col-md-6 mar-b-md">
|
||||
<div class="input-icon">
|
||||
<i class="fa fa-fw fa-map-marker"></i>
|
||||
<select><option></option></select>
|
||||
<select><option>United States</option></select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user