Note ion-note
ion-note
A note is detailed item in an ion-item. It creates greyed out element that can be on the left or right side of an item.
Usage
<ion-content> <ion-list> <ion-item> <ion-note item-start> Left Note </ion-note> My Item <ion-note item-end> Right Note </ion-note> </ion-item> </ion-list> </ion-content>
Sass Variables
Property | Default | Description |
---|---|---|
$note-ios-color | darken($list-ios-border-color, 10%) | Text color of the note |
Property | Default | Description |
---|---|---|
$note-md-color | darken($list-md-border-color, 10%) | Text color of the note |
Property | Default | Description |
---|---|---|
$note-wp-color | $input-wp-border-color | Text color of the note |