feat(tapclick): adds tap-click

This commit is contained in:
Manu Mtz.-Almeida
2018-01-20 01:08:35 +01:00
parent 808aff3ebc
commit e5be888c90
25 changed files with 487 additions and 215 deletions

View File

@ -101,7 +101,7 @@ export class ChipButton {
<span class='button-inner'>
<slot></slot>
</span>
{ this.mode === 'md' && <ion-ripple-effect /> }
{ this.mode === 'md' && <ion-ripple-effect useTapClick={true} /> }
</TagType>
);
}