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 064ea38 commit 852f054
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions stories/Button.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,11 @@ O Ion, Suporta 4 tamanhos padrões para botões. Basta configurar a propriedade
template: `
<ion-button
type="ghost"
iconType="option"
iconType="config"
[options]="[{ label: 'option 1' }, {label: 'option 2'}]"
circularButton="true"
multiple="true"
[dropdownConfig]="{notShowClearButton: true}"
[circularButton]="true"
[multiple]="true"
></ion-button>
`,
}}
Expand Down

0 comments on commit 852f054

Please sign in to comment.