Skip to content

Commit

Permalink
docs: updating example
Browse files Browse the repository at this point in the history
  • Loading branch information
vinicius-guedes-brisa committed Nov 12, 2024
1 parent 852f054 commit 937a161
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions stories/Button.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,15 @@ O Ion, Suporta 4 tamanhos padrões para botões. Basta configurar a propriedade
<ion-button
type="ghost"
iconType="config"
[options]="[{ label: 'option 1' }, {label: 'option 2'}]"
[dropdownConfig]="{notShowClearButton: true}"
[options]="[
{ label: 'Ocioso', icon: 'clock-stopwatch' },
{ label: 'Em deslocamento', icon: 'motorcycle' },
{ label: 'Trabalhando', icon: 'working' }
]"
[dropdownConfig]="{
notShowClearButton: true,
description: 'Status para acompanhar'
}"
[circularButton]="true"
[multiple]="true"
></ion-button>
Expand Down

0 comments on commit 937a161

Please sign in to comment.