From 1ef140656ae7385768def3efe600fac5814726a3 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Mon, 10 Jul 2023 20:42:44 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b152f38b..1e2ea664f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ app.use(PrimeVue); ## Theming PrimeVue has two theming has modes; styled or unstyled. -#### Styled Mode +**Styled Mode** + Styled mode is based on pre-skinned components with opinionated themes like Material, Bootstrap or PrimeOne themes. Theme is the required css file to be imported, visit the [Themes](https://primevue.org/theming) section for the complete list of available themes to choose from. ```javascript @@ -52,7 +53,8 @@ body { } ``` -#### Unstyled Mode +**Unstyled Mode** + Unstyled mode is disabled by default for all components. Using the PrimeVue plugin during installation, set `unstyled` as true to enable it globally. Visit the [Unstyled mode](https://primevue.org/unstyled) documentation for more information and examples. ```javascript