Skip to content

Commit

Permalink
Chart unstyled code section deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Dec 5, 2023
1 parent c1bcb25 commit 1a4bba8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions doc/chart/theming/TailwindDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,16 @@
PrimeVue offers a built-in Tailwind theme to get you started quickly. The default values related to the component are displayed below. The component can easily be styled with your own design based on Tailwind utilities, see the
<PrimeVueNuxtLink to="/tailwind">Tailwind Customization</PrimeVueNuxtLink> section for an example.
</p>
<DocSectionCode :code="code1" hideToggleCode importCode hideCodeSandbox hideStackBlitz scrollable />
<p class="mt-4">A playground sample with the pre-built Tailwind theme.</p>
<DocSectionCode :code="code2" :dependencies="{ 'chart.js': '3.3.2' }" component="Chart" embedded />
<DocSectionCode :code="code" :dependencies="{ 'chart.js': '3.3.2' }" component="Chart" embedded />
</DocSectionText>
</template>

<script>
export default {
data() {
return {
code1: {
basic: `
export default {
chart: {
root: 'relative'
}
}
`
},
code2: {
code: {
composition: `
<template>
<div class="card">
Expand Down

0 comments on commit 1a4bba8

Please sign in to comment.