refactor: Dashboard, Collapses, Popovers, Tooltips, Table refreshes.

This commit is contained in:
woothu
2019-03-04 14:42:45 +01:00
parent 6ed6c9054f
commit 7e3646e438
6 changed files with 157 additions and 154 deletions
+23 -7
View File
@@ -11,10 +11,11 @@
</div>
</CCardHeader>
<CRow>
<CCol cols="6">
<CCol cols="4">
<div class="my-3 text-center">
<CButton
v-c-popover.hover="{
variant="primary"
v-c-popover="{
header: 'Popover header',
content: 'I am popover content!'
}"
@@ -23,16 +24,31 @@
</CButton>
</div>
</CCol>
<CCol cols="6">
<CCol cols="4">
<div class="my-3 text-center">
<CButton
variant="primary"
v-c-popover.hover.active="{
v-c-popover="{
header: 'Popover!',
content: 'I start <strong>open</strong>'
content: 'I start <strong>open</strong>',
active: true
}"
text="Hover me"
/>
</div>
</CCol>
<CCol cols="4">
<div class="my-3 text-center">
<CButton
variant="primary"
v-c-popover.click="{
header: 'Popover!',
content: 'I am showing on click and hiding on click outside tooltip!',
placement: 'bottom',
active: true
}"
>
Button
Click me
</CButton>
</div>
</CCol>
@@ -53,7 +69,7 @@
>
<CButton
variant="primary"
v-c-popover.hover.focus="{
v-c-popover="{
header: 'Popover!',
content: `Placement ${placement}`,
placement