refactor: update examples

This commit is contained in:
Łukasz Holeczek
2021-08-29 16:10:33 +02:00
parent 1b7a092079
commit cac84bdcdd
38 changed files with 601 additions and 1422 deletions
+7 -4
View File
@@ -1,5 +1,8 @@
<template>
<CRow>
<CCol :xs="12">
<DocsCallout name="Tooltip" href="components/breadcrumb" />
</CCol>
<CCol :xs="12">
<CCard>
<CCardHeader>
@@ -9,7 +12,7 @@
<p class="text-medium-emphasis small">
Hover over the links below to see tooltips:
</p>
<Example href="directives/tooltip.html">
<DocsExample href="directives/tooltip.html">
<p class="text-medium-emphasis">
Tight pants next level keffiyeh
<CLink v-c-tooltip="'Tooltip text'"> you probably </CLink>
@@ -25,11 +28,11 @@
<CLink v-c-tooltip="'Tooltip text'"> twitter handle </CLink>
freegan cred raw denim single-origin coffee viral.
</p>
</Example>
</DocsExample>
<p class="text-medium-emphasis small">
Hover over the links below to see tooltips:
</p>
<Example href="directives/tooltip.html">
<DocsExample href="directives/tooltip.html">
<CButton
color="secondary"
v-c-tooltip="{
@@ -66,7 +69,7 @@
}"
>Tooltip on left</CButton
>
</Example>
</DocsExample>
</CCardBody>
</CCard>
</CCol>