Skip to content

Commit 93308ea

Browse files
author
Hedi Nasr
committed
add slot header
1 parent 470decc commit 93308ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/action-sheet/action-sheet.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@ export class ActionSheet implements ComponentInterface, OverlayInterface {
398398
'action-sheet-has-sub-title': this.subHeader !== undefined,
399399
}}
400400
>
401+
<slot name="header" />
401402
{header}
402403
{this.subHeader && <div class="action-sheet-sub-title">{this.subHeader}</div>}
403404
</div>

0 commit comments

Comments
 (0)