Docs
Animation Features of Bento grid

Animation Features of Bento grid

Animation Features of Bento grid

Usage

Install the following dependencies:

npm install framer-motion

Copy and paste the cn util code into your project.

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

Copy and paste the Button code into your project.

The Bento Grid Button is in Button

Copy and paste the features code into your project.