Implementing Next UI on Next js 13

I’m building a project and I wanted to implement Next UI on my Next js 13 project. I’m following the next UI docs, but it doesn’t work, it gives me many errors. The documentation is written for version 12 or less. As you can see _document.js fails because pages folder is now called app. Can anyone tell me how to simply integrate Next UI into my Next.js 13 project?

I tried importing exactly as the docs say, but is not being accepted. The page doesn’t even render.