9 lines
419 B
Vue
9 lines
419 B
Vue
<template>
|
|
<DocSectionText v-bind="$attrs">
|
|
<p>
|
|
PrimeVue has several add-ons such as UI Kit, Premium Templates, and Blocks that rely on design tokens and styling. Any core structural changes, such as adding new props, events, or updating design tokens, should be communicated with the
|
|
core team to ensure consistency and compatibility.
|
|
</p>
|
|
</DocSectionText>
|
|
</template>
|