mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
feat(ripple): adds unbounded ripple-effect (#16399)
This commit is contained in:
@ -122,7 +122,7 @@ export class TabButton implements ComponentInterface {
|
||||
return (
|
||||
<a href={href || '#'}>
|
||||
<slot></slot>
|
||||
{mode === 'md' && <ion-ripple-effect></ion-ripple-effect>}
|
||||
{mode === 'md' && <ion-ripple-effect type="unbounded"></ion-ripple-effect>}
|
||||
</a>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user