diff --git a/apps/showcase/doc/theming/styled/PresetsDoc.vue b/apps/showcase/doc/theming/styled/PresetsDoc.vue
index c032bcf29..aa83dbacd 100644
--- a/apps/showcase/doc/theming/styled/PresetsDoc.vue
+++ b/apps/showcase/doc/theming/styled/PresetsDoc.vue
@@ -3,12 +3,20 @@
Currently Aura is the only available preset and more will follow in the upcoming updates.
-
-
-
-
- Coming soon with a future update.
-
+
+
+ Aura
+ Lara
+ Nora
+ Material
+
+
+
+
+
+ Coming soon with a future update.
+
+
@@ -406,7 +414,7 @@ export default {
},
lara: {
basic: `
-import accordion from '@primevue/themes/aura/accordion';
+import accordion from '@primevue/themes/lara/accordion';
// ... imports of other component tokens
export default {
@@ -799,7 +807,7 @@ export default {
},
nora: {
basic: `
-import accordion from '@primevue/themes/aura/accordion';
+import accordion from '@primevue/themes/nora/accordion';
// ... imports of other component tokens
export default {