
vue.js - PrimeVue Theme Styles - Stack Overflow
Mar 14, 2025 · I am using PrimeVue with TailwindCSS and have defined a custom theme preset using definePreset from @primevue/themes. However, my custom background color for the …
How to change primary color on primevue? - Stack Overflow
Feb 2, 2021 · 6 Since version 4 of PrimeVue, there is possiblity of change presets in module initialization (app.vue for Vue or nuxt.config.ts for Nuxt). To change primary color I use this config:
html - Use Tailwind with PrimeVue - Stack Overflow
Jan 25, 2024 · When installing PrimeVue, component style does not work, but Tailwind does. I install Tailwind, then Tailwind works well after I install Primevue when I use the button of …
Changing style of DataTable in PrimeVue v4 - Stack Overflow
Feb 1, 2025 · I am trying to change the column header color in the PrimeVue v4 DataTable, but none of the methods I've tried worked. I might be able to do this by changing the CSS classes …
javascript - PrimeVue theme change - Stack Overflow
Apparently, in the last few PrimeVue updates there has been a PrimeVue.changeTheme() method that I would very much like to use. The documentation says that two things are required. …
How to customize a PrimeVue component design tokens?
Jan 16, 2025 · How to customize a PrimeVue component design tokens? Asked 10 months ago Modified 10 months ago Viewed 2k times
How can I globally change from light to dark theme in my app?
Nov 3, 2024 · I'm asking for help because I have an application in which I use primevue, and I can't find my way around configuring the light and dark theme. I've read on the PrimeVue …
How to use the PrimeVue i18n integration? - Stack Overflow
Jan 6, 2022 · I created a Vue 3 app using the CLI and added PrimeVue to my project. Based on the docs I want to setup the locales. Inside the main.ts file I tried to setup a sample with …
vuejs3 - Getting Started with PrimeVue? - Stack Overflow
Sep 25, 2024 · I am trying to get started with PrimeVue so I was following the instructions on their website (install PrimeVue). I ran through the following steps: npm create vue@latest npm …
Programatically select an option from a Primevue Select element
Oct 17, 2024 · I have a Primevue Select element in my Nuxt3/Vue3 app. I want to change the selected option programatically, but I can't find information on how to do that. There is not …