Installation
Get started with Nyxhora UI by following these installation steps to set up the component library in your project.
Prerequisites
Before you begin, make sure you have the following installed:
- Node.js 18.17 or later
- React 18 or later
- Next.js 14 or later (recommended)
Quick Installation
1
Create a new project
Start by creating a new Next.js project if you don't have one:
bash
1 lines
2
Install dependencies
Install the required dependencies for Nyxhora UI components:
bash
1 linesCopy
3
Configure utilities
Create a lib/utils.ts file with the cn helper:
typescript
6 linesCopy
4
Add components
Copy the component files from our documentation into your components/ui directory.
Project Structure
Here's the recommended project structure for using Nyxhora UI:
plaintext
15 linesCopy
Next Steps
You're all set! Check out the component documentation to start building: