mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
docs(breaking) update chip-button fill usage
This commit is contained in:
@ -129,7 +129,7 @@ Buttons inside of an `<ion-chip>` container should now be written as an `<ion-ch
|
|||||||
```html
|
```html
|
||||||
<ion-chip>
|
<ion-chip>
|
||||||
<ion-label>Default</ion-label>
|
<ion-label>Default</ion-label>
|
||||||
<ion-chip-button clear color="light">
|
<ion-chip-button fill="clear" color="light">
|
||||||
<ion-icon name="close-circle"></ion-icon>
|
<ion-icon name="close-circle"></ion-icon>
|
||||||
</ion-chip-button>
|
</ion-chip-button>
|
||||||
</ion-chip>
|
</ion-chip>
|
||||||
|
Reference in New Issue
Block a user