primevue-mirror/apps/showcase/doc/designer/createtheme/BaseDoc.vue

9 lines
400 B
Vue
Raw Normal View History

2025-01-10 11:13:04 +00:00
<template>
<DocSectionText v-bind="$attrs">
<p>
In the new theme section, all of the built-in themes are available to use as the base. These are; <i>Aura</i>, <i>Material</i>, <i>Lara</i> and <i>Nora</i>. Each have their own characteristics, and it is recommended to choose the one that
best suits your requirements.
</p>
</DocSectionText>
</template>