mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
test(colors): add examples for custom color w/ attribute
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
<ion-icon name="ios-thermometer" slot="end"></ion-icon>
|
||||
</ion-range>
|
||||
<ion-range value="50" pin class="custom"></ion-range>
|
||||
<ion-range value="150" pin color="tertiary" class="custom"></ion-range>
|
||||
|
||||
<style>
|
||||
.custom {
|
||||
|
@ -20,6 +20,7 @@
|
||||
<ion-spinner name="crescent"></ion-spinner>
|
||||
<ion-spinner name="lines" class="custom"></ion-spinner>
|
||||
<ion-spinner paused></ion-spinner>
|
||||
<ion-spinner name="bubbles" color="tertiary" paused class="custom"></ion-spinner>
|
||||
|
||||
<style>
|
||||
.custom {
|
||||
|
Reference in New Issue
Block a user