Aura is the only available built-in

pull/6142/head
Cagatay Civici 2024-07-29 14:32:36 +03:00
parent 570b52fcea
commit 70e5f6fc9f
1 changed files with 2 additions and 3 deletions

View File

@ -2,9 +2,8 @@
<DocSectionText v-bind="$attrs">
<h4>SASS Themes</h4>
<p>
The styled mode theming has been reimplemented from scratch based on an all-new architecture. The <i>theme.css</i> and the <i>primevue/resources</i> do not exist anymore, so any imports of these assets needs to be removed. Currently, Aura
is the only available built-in preset; however, by v4 final, two more presets named Lara and Nora would be included, as well as the Material Design theme. If you had a custom theme for v3, the theme needs to be recreated using the new
APIs. See the customization section at <NuxtLink to="/theming/styled">styled mode</NuxtLink> for details.
The styled mode theming has been reimplemented from scratch based on an all-new architecture. The <i>theme.css</i> and the <i>primevue/resources</i> do not exist anymore, so any imports of these assets needs to be removed. If you had a
custom theme for v3, the theme needs to be recreated using the new APIs. See the customization section at <NuxtLink to="/theming/styled">styled mode</NuxtLink> for details.
</p>
<h4>Removed Components</h4>