github graphieros/vue-data-ui v2.10.5

latest releases: v3.0.23, v3.0.22, v3.0.21...
2 months ago

VueUiDashboard #208

  • Add #top and #bottom slots to add extra content above or below the charts
        <VueUiDashboard :dataset="dataset" :config="config">
            <template #top="{ item }">
                <button>My button on top</button>
            </template>

            <template #content="{ item }">
                <component :is="item.component" v-bind="item.props" />
            </template>

            <template #bottom="{ item }">
                Content below
            </template>
        </VueUiDashboard>

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.