@sahiljit/nextui
v1.1.0
Published
### Installation
Readme
@sahiljit/RadixUI
Installation
Run the following command -
npm i @sahiljit/nextuiInside layout.tsx import the following code -
import "import "@sahiljit/nextui/dist/style.css";Side note - You may also need to wrap your layout.tsx inside
<NextUIProvider>{children}</<NextUIProvider>and you may also need to change tailwind.config.ts file (refer documentation of nextUI)
