Update README.md

pull/4186/head
mertsincan 2023-07-10 20:42:44 +01:00 committed by GitHub
parent 08801b82e9
commit 1ef140656a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -36,7 +36,8 @@ app.use(PrimeVue);
## Theming ## Theming
PrimeVue has two theming has modes; styled or unstyled. 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. 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 ```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. 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 ```javascript