UNPKG

quasar-framework

Version:

Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase

15 lines (14 loc) 249 B
export default { name: 'QListHeader', props: { inset: Boolean }, render (h) { return h('div', { staticClass: 'q-list-header', 'class': { 'q-list-header-inset': this.inset } }, this.$slots.default) } }