About 51 results
Open links in new tab
  1. 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 primary button …

  2. 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:

  3. 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 globally. If so, …

  4. 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 Primevue. …

  5. Using Vue3 and Primevue 4 in a library with CSS variables

    May 19, 2025 · Could you help me with such question, please? In my library I have primevue.ts import type { App } from "vue"; import PrimeVue from "primevue/config"; import Button from "

  6. 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 ".value" …

  7. How can I create a project in vue 3 with storybook and primevue?

    Aug 25, 2023 · I want to create stories with primevue components, but I can't. I'm using the latest version of storybook, primevue, vite and vue. I'm also using Typescript. I have this component: …

  8. PrimeVue (v3.29.2) -- What is `ThroughOptions`? - Stack Overflow

    Jun 22, 2023 · Meanwhile the documentation of Primevue has also been updated and the wireframes are available making it much easier to understand. Please note that creating custom classes for your …

  9. vue.js - How do I add custom CSS to a PrimeVue component that has …

    Mar 28, 2022 · To customize the appearance of the p-dialog component from PrimeVue while maintaining its functionality, you can use a feature in PrimeVue called "Pass Through" to override or …

  10. 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 install npm …