Date Picker Input

PreviousNext

A date picker input component with glassy variants.

Docs
glass-uicomponent

Preview

Loading preview…
lib/utils.ts
import { clsx, type ClassValue } from "clsx"
import { twMerge } from "tailwind-merge"

export function cn(...inputs: ClassValue[]) {
  return twMerge(clsx(inputs))
}

Installation

npx shadcn@latest add @glass-ui/date-picker-input

Usage

import { DatePickerInput } from "@/components/date-picker-input"
<DatePickerInput />