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>
|
||||
|
||||
<!-- Round -->
|
||||
<ion-button round>Round Button</ion-button>
|
||||
<ion-button shape="round">Round Button</ion-button>
|
||||
|
||||
<!-- Fill -->
|
||||
<ion-button expand="full" fill="outline">Outline + Full</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 -->
|
||||
<ion-button>
|
||||
|
Reference in New Issue
Block a user