Page 1 of 1

Difficulty getting things to work

Posted: 17 Feb 2023, 11:56
by qais
Hey! I purchased PrimeBlocks for PrimeVue but I am having a bit of a hard time integrating that into nuxtjs. I used the documentation, the github quickstart and saw the youtube videos but upon integrating a block from PrimeBlocks it does not work or look proper.
I included all the elements in the primevue.js plugin folder, still no help.
Image

Re: Difficulty getting things to work

Posted: 19 Feb 2023, 00:52
by qais
Bump?

Re: Difficulty getting things to work

Posted: 20 Feb 2023, 08:47
by tugce.kucukoglu
You could copy the images folder and add font styling. For example

Code: Select all

body {
    font-family: var(--font-family);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}