feat(core): Repeater multiple item templates implementation (#8981)

This commit is contained in:
Dimitris - Rafail Katsampas
2020-10-27 05:13:22 +02:00
committed by GitHub
parent 0bbdeaf0b5
commit b113f1916d
12 changed files with 343 additions and 21 deletions

View File

@@ -37,6 +37,7 @@ export function pageLoaded(args: EventData) {
examples.set('text-view', 'text-view/main-page');
examples.set('webview', 'web-view/main-page');
examples.set('progress-bar', 'progress-bar/main-page');
examples.set('repeater', 'repeater/main-page');
examples.set('date-picker', 'date-picker/date-picker-page');
examples.set('nested-frames', 'nested-frames/main-page');
examples.set('screen-qualifiers', 'screen-qualifiers/main-page');