Introduction

How to use Optiq UI in your project.

Optiq UI is based on shadcn/ui, so you need to install it before using any of our sections.

Installation

1

Create new project

Run the init command to create new nextjs project.

npx shadcn@latest init
2

You are done.

Now you can copy and use our sections in your new project.