diff --git a/doc/chart/theming/TailwindDoc.vue b/doc/chart/theming/TailwindDoc.vue index 3fa45d933..ddca97b5c 100644 --- a/doc/chart/theming/TailwindDoc.vue +++ b/doc/chart/theming/TailwindDoc.vue @@ -4,9 +4,8 @@ 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 Tailwind Customization section for an example.

-

A playground sample with the pre-built Tailwind theme.

- + @@ -14,16 +13,7 @@ export default { data() { return { - code1: { - basic: ` -export default { - chart: { - root: 'relative' - } -} -` - }, - code2: { + code: { composition: `