← All Components
AvailabilityModal
Scheduling
Date override modal for marking days unavailable or setting custom hours.
Live Demo
Set custom hours or mark a day as unavailable.
Usage
<script>
import { AvailabilityModal } from "jatui"
</script>
<AvailabilityModal />Props
| Prop | Type | Default | Description |
|---|---|---|---|
date | Date | - | Target date |
existingOverride | DateOverride | null | null | Edit existing override |
onSave | (override) => void | - | Save callback |
onClose | () => void | - | Close callback |