Range Calendar

A calendar component with range selection.



Installation

npx shadcn-svelte@latest add https://retroui-svelte.netlify.app/r/range-calendar.json


Usage

		<script lang="ts">
	import { RangeCalendar } from "$registry/ui/range-calendar/index.js";
</script>
 
<RangeCalendar class="rounded-md border" />