Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextjs styled ripple not working #18

Closed
nicolasGallegos opened this issue Oct 18, 2023 · 1 comment
Closed

nextjs styled ripple not working #18

nicolasGallegos opened this issue Oct 18, 2023 · 1 comment
Assignees

Comments

@nicolasGallegos
Copy link

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} />

);
}

@melloware
Copy link
Member

@buraksaglam089 want to look at this one?

@nicolasGallegos nicolasGallegos closed this as not planned Won't fix, can't repro, duplicate, stale Oct 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants