here is Calendar component
import Component from "@/components/ui/calendar-1"; export default function CalendarRange() { return ( <div className="p-4"> <Component mode="range" numberOfMonths={2} className="max-w-fit" // onSelect={(range) => console.log(range)} /> </div> ); }
Part of Subframe UI — browse the full library on 21st.dev.