refactor: update examples
This commit is contained in:
@@ -296,8 +296,6 @@
|
||||
>
|
||||
<CButton
|
||||
:color="color"
|
||||
:active="state === 'active' ? true : false"
|
||||
:disabled="state === 'disabled' ? true : false"
|
||||
shape="rounded-pill"
|
||||
>
|
||||
{{ color.charAt(0).toUpperCase() + color.slice(1) }}
|
||||
@@ -329,8 +327,6 @@
|
||||
>
|
||||
<CButton
|
||||
:color="color"
|
||||
:active="state === 'active' ? true : false"
|
||||
:disabled="state === 'disabled' ? true : false"
|
||||
shape="rounded-0"
|
||||
>
|
||||
{{ color.charAt(0).toUpperCase() + color.slice(1) }}
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
<template>
|
||||
<CRow>
|
||||
<CCol :xs="12">
|
||||
<DocsCallout
|
||||
name="Chart"
|
||||
href="components/chart"
|
||||
content="React wrapper component for Chart.js 3.0, the most popular charting library."
|
||||
/>
|
||||
</CCol>
|
||||
<CCol :md="6" class="mb-4">
|
||||
<CCard>
|
||||
<CCardHeader> Line Chart </CCardHeader>
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
<template>
|
||||
<CRow>
|
||||
<CCol>
|
||||
<DocsCallout
|
||||
name="CoreUI Brand Icons"
|
||||
href="components/chart"
|
||||
content="CoreUI Brand Icons. CoreUI Icons package is delivered with more than 1500 icons in multiple formats SVG, PNG, and Webfonts. CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile app."
|
||||
/>
|
||||
<CCard>
|
||||
<CCardHeader>
|
||||
<strong>Vue CoreUI Brand Icons</strong>
|
||||
CoreUI Icons - Brand
|
||||
</CCardHeader>
|
||||
<CCardBody>
|
||||
<CRow class="text-center">
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
<template>
|
||||
<CRow>
|
||||
<CCol>
|
||||
<DocsCallout
|
||||
name="CoreUI Icons"
|
||||
href="components/chart"
|
||||
content="CoreUI Icons. CoreUI Icons package is delivered with more than 1500 icons in multiple formats SVG, PNG, and Webfonts. CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile app."
|
||||
/>
|
||||
<CCard>
|
||||
<CCardHeader>
|
||||
<strong>Vue CoreUI Icons</strong>
|
||||
CoreUI Icons Free
|
||||
</CCardHeader>
|
||||
<CCardBody>
|
||||
<CRow class="text-center">
|
||||
|
||||
@@ -1,9 +1,14 @@
|
||||
<template>
|
||||
<CRow>
|
||||
<CCol>
|
||||
<DocsCallout
|
||||
name="CoreUI Flag Icons"
|
||||
href="components/chart"
|
||||
content="CoreUI Flag Icons. CoreUI Icons package is delivered with more than 1500 icons in multiple formats SVG, PNG, and Webfonts. CoreUI Icons are beautifully crafted symbols for common actions and items. You can use them in your digital products for web or mobile app."
|
||||
/>
|
||||
<CCard>
|
||||
<CCardHeader>
|
||||
<strong>Vue CoreUI Flag Icons</strong>
|
||||
CoreUI Icons - Flag
|
||||
</CCardHeader>
|
||||
<CCardBody>
|
||||
<CRow class="text-center">
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
style="padding-top: 75%"
|
||||
></div>
|
||||
<slot></slot>
|
||||
<ColorView />
|
||||
</CCol>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user