mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
feat(header, footer): add ios fading header style (#24011)
This commit is contained in:
@ -519,13 +519,13 @@ export class IonFabList {
|
||||
|
||||
export declare interface IonFooter extends Components.IonFooter {}
|
||||
@ProxyCmp({
|
||||
inputs: ['mode', 'translucent']
|
||||
inputs: ['collapse', 'mode', 'translucent']
|
||||
})
|
||||
@Component({
|
||||
selector: 'ion-footer',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
template: '<ng-content></ng-content>',
|
||||
inputs: ['mode', 'translucent']
|
||||
inputs: ['collapse', 'mode', 'translucent']
|
||||
})
|
||||
export class IonFooter {
|
||||
protected el: HTMLElement;
|
||||
|
Reference in New Issue
Block a user