nextui Questions
2
Solved
I've added NextUI to my NextJS 14 app
The issue has been isolated to the ThemeProvider in my main providers.tsx file:
'use client';
import { NextUIProvider } from '@nextui-org/react';
import { The...
Natividadnativism asked 28/3 at 14:50
1
Solved
I'm using the NextUI library version 2.3.6. I'd like to use the DatePicker or the DateInput.
However, the default format displayed is mm/dd/yyyy; I need to display the date in the following format:...
Verbal asked 2/5 at 8:55
6
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...
Boggess asked 23/4, 2023 at 6:31
1
© 2022 - 2024 — McMap. All rights reserved.