From fe69c1bbf428cc6440ea7ce460bbe86a18fc4523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Wed, 1 Jun 2022 10:40:06 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 667ce0ef7..171e83240 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Other alternative is utilizing the components directly within the browser with t The css dependencies are as follows, note that you may change the theme with another one of your choice. -``` +```css primevue/resources/themes/saga-blue/theme.css //theme primevue/resources/primevue.min.css //core css primeicons/primeicons.css //icons @@ -192,7 +192,7 @@ dependencies: { Component prop names are described as camel case throughout the documentation however camel-case is also fully supported. Events on the other hand should always be camel-case. -``` +```vue @@ -204,7 +204,7 @@ Component prop names are described as camel case throughout the documentation ho Ripple is an optional animation for the supported components such as buttons. It is disabled by default and needs to be enabled at your app's entry file (e.g. main.js) during the PrimeVue setup. -``` +```javascript import {createApp} from 'vue'; import PrimeVue from 'primevue/config'; const app = createApp(App);