refactor(overlays): [title] -> [header]

This commit is contained in:
Manu Mtz.-Almeida
2018-04-02 20:22:15 +02:00
parent acd411dd6c
commit a5e5403068
40 changed files with 286 additions and 223 deletions

View File

@ -8,7 +8,7 @@ async function presentBasic() {
await actionSheetController.componentOnReady();
const actionSheetElement = await actionSheetController.create({
title: "Albums",
header: "Albums",
buttons: [{
text: 'Delete',
role: 'destructive',