2023-02-28 08:29:30 +00:00
|
|
|
<template>
|
|
|
|
<DocSectionText v-bind="$attrs">
|
2023-10-15 10:03:24 +00:00
|
|
|
<p class="notification"><strong>Note</strong>: In near future, theming architecture of the styled mode will be redesigned to utilize CSS variables instead of SCSS variables in a backward compatible way for a dynamic approach.</p>
|
2023-02-28 08:29:30 +00:00
|
|
|
<p>
|
2023-03-03 07:02:10 +00:00
|
|
|
PrimeVue is a design agnostic library so unlike other UI libraries it does not enforce a certain styling such as material or bootstrap. In order to achieve this, styling has been separated into two parts, core and theme. The core resides
|
|
|
|
inside PrimeVue to implement the structure of the components such as positioning whereas theme brings the colors and spacing.
|
2023-02-28 08:29:30 +00:00
|
|
|
</p>
|
|
|
|
<img alt="Architecture" src="https://primefaces.org/cdn/primevue/images/architecture.jpg" class="w-full" />
|
|
|
|
</DocSectionText>
|
|
|
|
</template>
|