Docs
Event Manage Card

Event Manage Card

Displays a beautiful Event Manage Card with dnd-kit.

Component calendar-card not found in registry.

Installation

Install the following dependencies:

npm install @dnd-kit/core @dnd-kit/sortable @dnd-kit/utilities

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.