Trip dates, February 2026
February 2026
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
"use client"
import { RangeCalendar } from "@/components/ui/preskok-ui/range-calendar"
export function RangeCalendarPreskokDemo() {
return <RangeCalendar aria-label="Trip dates" />
}
Installation
CLI
pnpmnpmyarnbunpnpm dlx @preskok-org/ui@latest add range-calendar
Usage
import { RangeCalendar } from "@/registry/preskok/ui/preskok-ui/range-calendar"
export function RangeCalendarDemo() {
return <RangeCalendar />
}