clean text
This commit is contained in:
+18
-11
@@ -5,25 +5,32 @@
|
||||
<ion-card>
|
||||
<img src="../../assets/logo.png" />
|
||||
<ion-card-header>
|
||||
<ion-card-subtitle>Card Subtitle</ion-card-subtitle>
|
||||
<ion-card-title>Mobile Practice</ion-card-title>
|
||||
<ion-card-subtitle>autoMedSys Mobile</ion-card-subtitle>
|
||||
<ion-card-title>Practice Manager</ion-card-title>
|
||||
</ion-card-header>
|
||||
|
||||
<ion-card-content>
|
||||
Keep close to Nature's heart... and break clear away, once in awhile,
|
||||
and climb a mountain or spend a week in the woods. Wash your spirit clean.
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
|
||||
<ion-card>
|
||||
<ion-item>
|
||||
<ion-label>ion-item in a card, icon left, button right</ion-label>
|
||||
<ion-button fill="outline" slot="end">View</ion-button>
|
||||
<ion-label>Access your account...</ion-label>
|
||||
</ion-item>
|
||||
|
||||
<ion-card-content>
|
||||
This is content, without any paragraph or header tags,
|
||||
within an ion-card-content element.
|
||||
<form>
|
||||
<ion-item lines="full">
|
||||
<ion-label position="floating">Username</ion-label>
|
||||
<ion-input type="text" required></ion-input>
|
||||
</ion-item>
|
||||
<ion-item lines="full">
|
||||
<ion-label position="floating">Password</ion-label>
|
||||
<ion-input type="password" required></ion-input>
|
||||
</ion-item>
|
||||
<ion-row>
|
||||
<ion-col>
|
||||
<ion-button type="submit" color="danger" expand="block">Sign In</ion-button>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
</form>
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user