Note
ion-note
ion-noteA 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-left>
        Left Note
      </ion-note>
      My Item
      <ion-note item-right>
        Right Note
      </ion-note>
    </ion-item>
  </ion-list>
</ion-content>
Input Properties
| Attr | Type | Details | 
|---|---|---|
| color | string | 
       The color to use from your Sass   | 
    
| mode | string | 
       The mode determines which platform styles to use.
Possible values are:   | 
    
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  |