feat(item): add helper text, error text, counter, shape, and fill mode (#23354)

resolves #19619
This commit is contained in:
William Martin
2021-06-17 17:21:03 -04:00
committed by GitHub
parent dc48a9f1a2
commit faefe97da6
21 changed files with 1099 additions and 52 deletions

View File

@@ -623,6 +623,7 @@ graph TD;
ion-button --> ion-ripple-effect
ion-item --> ion-icon
ion-item --> ion-ripple-effect
ion-item --> ion-note
ion-segment-button --> ion-ripple-effect
style ion-datetime fill:#f9f,stroke:#333,stroke-width:4px
```