primevue-mirror/doc/introduction/ThemingDoc.vue

11 lines
964 B
Vue
Raw Normal View History

2023-12-26 21:24:05 +00:00
<template>
<DocSectionText v-bind="$attrs">
2023-12-30 19:38:03 +00:00
<p class="mb-0">
2023-12-26 21:24:05 +00:00
PrimeVue can be styled in two modes; styled or unstyled. Styled mode is based on pre-skinned components with opinionated themes like Material, Bootstrap or PrimeOne themes. Unstyled mode on the other hand, leaves the styling to you while
implementing the functionality and accessibility. Unstyled mode provides full control over the styling with no boundaries by implementing a pluggable architecture to utilize CSS libraries like Tailwind CSS, Bootstrap, Bulma or your own
custom CSS. We've even further built the <a href="tailwind.primevue.org" target="_blank" rel="noopener noreferrer">Tailwind Presets</a> library to skin the UI library with utility classes of Tailwind. This design is future proof as
PrimeVue can be styled with any CSS library without actually depending on it in its core.
</p>
</DocSectionText>
</template>