9 lines
400 B
Vue
9 lines
400 B
Vue
<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>
|