OonkooUI

Installation

Get started with OonkooUI in your Next.js or React project.

1Create a new Next.js project

Run the following command to create a new Next.js project with Tailwind CSS:

Terminal
npx create-next-app@latest my-app --typescript --tailwind --eslint --app

2Initialize OonkooUI

Navigate to your project and run the init command:

Terminal
cd my-app
Terminal
npx oonkoo init

This will create an oonkoo.config.json file and set up your project.

3Add components

Start adding components to your project:

Terminal
npx oonkoo add hero-gradient

What does init do?

  • Creates an oonkoo.config.json configuration file
  • Sets up the component directories
  • Detects your project configuration (aliases, paths)

Next Steps

Learn about the CLI commands or start browsing components.