@for (sample of samples; track sample.id) { {{ sample.title }} {{ sample.description }} {{ showJsonId === sample.id ? 'Hide JSON' : 'Show JSON' }} }
{{ sample.title }} {{ sample.description }} {{ showJsonId === sample.id ? 'Hide JSON' : 'Show JSON' }}
@if (selectedSample) { {{ selectedSample.title }} Close {{ getJson(selectedSample.surface) }} } @else { Please select a component from the gallery }