mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
feat(item): add helper text, error text, counter, shape, and fill mode (#23354)
resolves #19619
This commit is contained in:
@@ -191,6 +191,24 @@
|
||||
Card Button Item 2 focused
|
||||
</ion-item>
|
||||
</ion-card>
|
||||
|
||||
<ion-card>
|
||||
<ion-card-content>
|
||||
<ion-item fill="solid">
|
||||
<ion-icon slot="start" name="calendar-clear-outline"></ion-icon>
|
||||
<ion-label position="floating">Standard</ion-label>
|
||||
<ion-input value="Has Initial Value"></ion-input>
|
||||
<ion-note slot="error">Error Text</ion-note>
|
||||
</ion-item>
|
||||
|
||||
<ion-item fill="outline">
|
||||
<ion-label position="floating">Standard</ion-label>
|
||||
<ion-icon slot="end" name="trash"></ion-icon>
|
||||
<ion-input></ion-input>
|
||||
<ion-note slot="error">Helper Text</ion-note>
|
||||
</ion-item>
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
|
||||
Reference in New Issue
Block a user