Skip to content

Commit a9319da

Browse files
committed
Merge pull request #112 from maturano/2871_both_sides_labeled_input
Add two sides labeled input example
2 parents e227beb + d3b6e9d commit a9319da

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

server/documents/elements/input.html.eco

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ themes : ['Default', 'GitHub']
148148
</div>
149149
</div>
150150
</div>
151+
<div class="another example">
152+
<div class="ui right labeled input">
153+
<div class="ui label">$</div>
154+
<input type="text" placeholder="Amount">
155+
<div class="ui basic label">.00</div>
156+
</div>
157+
</div>
151158
<div class="another example">
152159
<div class="ui right labeled left icon input">
153160
<i class="tags icon"></i>

0 commit comments

Comments
 (0)