Getting Started

Welcome to your Library setup.

Getting Started

Welcome to the component library! This guide will help you get started with installing and using our components.

Prerequisites

Before you begin, make sure you have:

  • Node.js 18+ installed
  • Basic knowledge of React and TypeScript

Installation

Next Steps

Once installed, you can:

  1. Browse available Components to see what's available
  2. Check out Charts for data visualization components
  3. Copy component code directly into your project
  4. Add Libs/utils
    import { clsx, type ClassValue } from "clsx"
    import { twMerge } from "tailwind-merge"
    export function cn(...inputs: ClassValue[]) {
     return twMerge(clsx(inputs))
    }