Docs
Event Manage Card

Event Manage Card

Displays a beautiful Event Manage Card.

Todo

Section 1

This is section 1. You can move and resize it.

Section 2

This is section 2. You can move and resize it.

Section 3

This is section 3. You can move and resize it.

Section 4

This is section 4. You can move and resize it.

Done

Section 5

This is section 5. You can move and resize it.

Section 6

This is section 6. You can move and resize it.

Section 8

This is section 8. You can move and resize it.

Section 9

This is section 9. You can move and resize it.

Installation

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 Event Manage Calendar Card code into your project.