mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(docs): use shape property to get round buttons (#15322)
This commit is contained in:

committed by
Manu MA

parent
4a45effe8c
commit
5c6fe458d0
@ -25,12 +25,12 @@
|
|||||||
<ion-button expand="block">Block Button</ion-button>
|
<ion-button expand="block">Block Button</ion-button>
|
||||||
|
|
||||||
<!-- Round -->
|
<!-- Round -->
|
||||||
<ion-button round>Round Button</ion-button>
|
<ion-button shape="round">Round Button</ion-button>
|
||||||
|
|
||||||
<!-- Fill -->
|
<!-- Fill -->
|
||||||
<ion-button expand="full" fill="outline">Outline + Full</ion-button>
|
<ion-button expand="full" fill="outline">Outline + Full</ion-button>
|
||||||
<ion-button expand="block" fill="outline">Outline + Block</ion-button>
|
<ion-button expand="block" fill="outline">Outline + Block</ion-button>
|
||||||
<ion-button round fill="outline">Outline + Round</ion-button>
|
<ion-button shape="round" fill="outline">Outline + Round</ion-button>
|
||||||
|
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
<ion-button>
|
<ion-button>
|
||||||
@ -51,4 +51,4 @@
|
|||||||
<ion-button size="large">Large</ion-button>
|
<ion-button size="large">Large</ion-button>
|
||||||
<ion-button>Default</ion-button>
|
<ion-button>Default</ion-button>
|
||||||
<ion-button size="small">Small</ion-button>
|
<ion-button size="small">Small</ion-button>
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user