Skip to content

Commit

Permalink
test(range): add inline labels to basic test
Browse files Browse the repository at this point in the history
  • Loading branch information
camwiegert committed Nov 26, 2018
1 parent 12bcb41 commit 52dec20
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/components/range/test/basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@
<ion-icon name="ios-thermometer" slot="end"></ion-icon>
</ion-range>
</ion-item>
<ion-item>
<ion-range value="40">
<ion-label slot="start">Start</ion-label>
<ion-label slot="end">End</ion-label>
</ion-range>
</ion-item>
</ion-list>

<ion-list>
Expand Down

0 comments on commit 52dec20

Please sign in to comment.