Update README.md

pull/4186/head
mertsincan 2023-07-10 10:45:26 +01:00 committed by GitHub
parent bdd536964d
commit c1e1e392e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ 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 +52,7 @@ 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
@ -151,4 +151,4 @@ We've created various samples for the popular options in the Vue ecosystem. Visi
<a href="https://github.com/primefaces/primevue/graphs/contributors">
<img src="https://contrib.rocks/image?repo=primefaces/primevue" />
</a>
</a>