Welcome to the component library! This guide will help you get started with installing and using our components.
If you're new to this library, we recommend starting with the Introduction page to understand our approach.
Before you begin, make sure you have:
Make sure your project is set up with Tailwind CSS before installing components. Our components rely on Tailwind for styling.
Once installed, you can:
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"
export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs))
}
You're all set! Start exploring components and building amazing interfaces.