diff --git a/apps/showcase/doc/theming/styled/ArchitectureDoc.vue b/apps/showcase/doc/theming/styled/ArchitectureDoc.vue index 268eb759b..c70ef19c3 100644 --- a/apps/showcase/doc/theming/styled/ArchitectureDoc.vue +++ b/apps/showcase/doc/theming/styled/ArchitectureDoc.vue @@ -3,7 +3,7 @@

PrimeVue is a design agnostic library so unlike some other UI libraries it does not enforce a certain styling such as material design. Styling is decoupled from the components using the themes instead. A theme consists of two parts; base and preset. The base is the style rules with CSS variables as placeholders whereas the preset is a set of design tokens to feed a base by mapping the tokens to CSS variables. A base may be configured with different - presets, currently Aura, Lara and Nora are the available presets and in upcoming version more presets will be available such as Material Design. + presets, currently Aura, Material, Lara and Nora are the available built-in options.

Architecture

The core of the styled mode architecture is based on a concept named design token, a preset defines the token configuration in 3 tiers; primitive, semantic and component.

@@ -33,9 +33,9 @@

Video Tutorial

-

Watch the PrimeVue Theming Demystified video to learn more about the architecture with examples.

+

Watch the PrimeVue Theming Demystified series to learn more about the architecture with examples.

- +
diff --git a/apps/showcase/doc/theming/styled/ColorsDoc.vue b/apps/showcase/doc/theming/styled/ColorsDoc.vue index efe863f0e..fb1e4bf61 100644 --- a/apps/showcase/doc/theming/styled/ColorsDoc.vue +++ b/apps/showcase/doc/theming/styled/ColorsDoc.vue @@ -1,9 +1,6 @@