We are live on DevHunt: tool of the week contest

check it out

Installation

How to install and use Orix components in your project.

Prerequisites

Orix is designed to work with Next.js, React 19, and Tailwind CSS 4. You should also have `shadcn` initialized in your project.

bash

Adding Components

Unlike traditional libraries, you don't install an npm package. You use the CLI to download the source code of the component directly into your project.

This allows you to customize the component as if you wrote it yourself.

1Choose a component

Browse the components in the sidebar and copy the installation command.

2Run the command

Example for the Button component: