Introduction

Craft is a collection of components of over the internet that perfect fits for your landing or product page that you can copy and paste into your apps.

Installation

Install dependencies

npm install -D tailwindcss@latest clsx tailwind-merge

Copy and paste the following code into lib/utils.ts.

import clsx, { ClassValue } from "clsx";
import { twMerge } from "tailwind-merge";
 
export function cn(...inputs: ClassValue[]) {
  return twMerge(clsx(inputs));
}

Features

Buttons