Docs
Event Manage Card

Event Manage Card

Displays a beautiful Event Manage Card with dnd-kit.

Task Manager

Todo

Section 1

This is section 1.

Section 2

This is section 2.

Section 3

This is section 3.

Section 4

This is section 4.

Done

Section 5

This is section 5.

Section 6

This is section 6.

Section 8

This is section 8.

Section 9

This is section 9.

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.