div
h2 rgvRecursiveList
hr
h4 Usage:
p rgvRecursiveList(:list='list')
p rgvRecursiveList(:list='list' :content='content')
hr
v-container
p
div(v-for='example in examples')
v-card(width='80%')
v-card-title {{example.name}}
v-card-text.left
CodeUsage(:title='example.name' :input='example.input.options')
hr
v-layout(row wrap)
v-flex(lg6)
v-container
v-card
v-card-title Registered
rgvRecursiveList(:list='example.input.list' :options='example.input.options' :onSelect='selectMe' :onClick='clickMe' :onSecondarySelect='anotherSelectMe' :showSelectFunction='selectMe')
rgvTimer()
v-flex(lg6)
v-container
v-card
v-card-title Live
live-recursive-list(:list='example.input.list' :options='example.input.options' :onSelect='selectMe' :onClick='clickMe' :onSecondarySelect='anotherSelectMe' :showSelectFunction='selectMe')
v-dialog(v-model='showItem')
v-card
v-card-text
h3 Item:
b {{show}}
p
v-dialog(v-model='testDialog')
v-card(max-width='600px')
v-card-text
h5 Open dialog for this element...
h6 {{element}}