Skip to content

Commit

Permalink
fix(docs): use shape property to get round buttons (#15321)
Browse files Browse the repository at this point in the history
  • Loading branch information
abennouna authored and manucorporat committed Aug 25, 2018
1 parent a08b0f9 commit d4c812f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/components/button/usage/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -51,4 +51,4 @@
<ion-button size="large">Large</ion-button>
<ion-button>Default</ion-button>
<ion-button size="small">Small</ion-button>
```
```

0 comments on commit d4c812f

Please sign in to comment.