UNPKG

@nativescript/template-master-detail

Version:

Master-detail interface to display collection of items from json collection and inspect and edit selected item properties.

5 lines (4 loc) 234 B
export const carClassList = ['Mini', 'Economy', 'Compact', 'Standard', 'Luxury']; export const carDoorList = [2, 3, 5] export const carSeatList = ['2', '4', '4 + 1', '6 + 1'] export const carTransmissionList = ['Manual', 'Automatic']