Questions tagged [nextui]
32 questions
7
votes
6 answers
Module not found: Can't resolve '@swc/helpers/src/_class_private_field_init.mjs' using NextUI with Next.js 13
I´m trying to use NextUI with the latest version of Next.js 13. Following the official documentation of NextUI I have followed these steps:
Install NextUI for Next.js
npm i @nextui-org/react
2.Go to pages/_app.js and add this:
// 1. import…

Alejandro Roldán Pérez
- 71
- 1
- 2
4
votes
1 answer
change background color of NextUI navbar
I've been struggling to change the background color of the NextUI navbar. I'm using NextUI's navbar component in my react js project. I suppose there is some property / attribute for that but even after researching quite a lot, I'm not aware of it.…

krazykill123
- 49
- 3
2
votes
0 answers
NextUI - SSRProvider not recognized by application
I am trying to implement NextUI into my react app. Although I have added the SSRProvider component I still receive the following error:
You must wrap your application in an SSRProvider to ensure consistent ids are generated between the client and…

safakcavas
- 21
- 2
1
vote
0 answers
nextui table shrinks when adding onLoadMore
when I add the onLoadMore function to the table it shrinks have no clue how to fix it
using nextui