diff --git a/src/assets/images/architecture.jpg b/src/assets/images/architecture.jpg new file mode 100644 index 000000000..a5d7c1e54 Binary files /dev/null and b/src/assets/images/architecture.jpg differ diff --git a/src/views/theming/Theming.vue b/src/views/theming/Theming.vue index 35de2604a..dde6b1732 100755 --- a/src/views/theming/Theming.vue +++ b/src/views/theming/Theming.vue @@ -9,6 +9,7 @@

Architecture

+ Architecture

PrimeVue is a design agnostic library so unlike other UI libraries it does not enforce a certain styling such as material or bootstrap. In order to achieve this, styling has been separated into core and theme. Core resides inside PrimeVue to implement the structure of the components such as positioning whereas theme brings the colors, paddings and margins.