Logoaber-ui

Installation

A quick guide to set up haber-ui in your Next.js project.

Prerequisites

haber-ui requires the following to be installed in your project:

Steps

  1. Set up shadcn/ui (if not already done)
npx shadcn@latest init
  1. Install haber-ui components
npx shadcn@latest add "https://haberui.com/h/feature-toggle.json"

Replace with the specific component you want to install.

That's it!

Visit the components page to see the list of available components.

On this page