primereact-examples
primereact-examples copied to clipboard
PrimeReact Example Projects
Hi, do you mind updating (or adding) the examples with nextjs+tailwind, styled and unstyled, using the new App Router in v14? I'm struggling about configuring the new `layout.tsx`, I managed...
When using Prime React with Styled + Tailwind options (Vite and Nextjs, for example), the padding on the button and the alignment of the icons/ other components is different than...
``` ⨯ ./providers/prime-provider.tsx:5:1 Module not found: Can't resolve '@primereact/core/config' 3 | import * as React from "react"; 4 | import Noir from "@/themes/noir"; > 5 | import { PrimeReactProvider }...