primefaces/primereact-examples

nextjs styled ripple not working

Closed this issue · 1 comments

Clone the repository and modify the _app.js file, add things to the value of the "PrimeReactProvider",
export default function App({ Component, pageProps }) {
return (
<PrimeReactProvider
value={{
unstyled: false,
pt: Tailwind,
ripple: false,
inputStyle: "filled",
}}
>
<Component {...pageProps} />

);
}

@buraksaglam089 want to look at this one?