logonpix

Installation

1. Create project

To get started, create a new project using Next.js

npx create-next-app@latest my-app --typescript --tailwind --eslint
2. Initialize your project with npix
npx npix@latest init

Note: Run this from the root of your project. This will overwrite your global.css and tailwind.config.ts

3. Install the components you want
npx npix@latest add Drawer Modal Toast ...
OR

You can install all the components at once

npx npix@latest add --all

For more info on how to install, check out the CLI page