# Time Slot A Time Slot represents a specific period available for scheduling, booking, or appointments. It helps users select a convenient date and time, ensuring organized planning and efficient allocation of resources. **Category:** Components **Storybook:** https://doc.ux4g.gov.in/web/?path=/story/ux4g-components-time-slot--introduction ## Variants documented in Storybook - Weekly Expanded: https://doc.ux4g.gov.in/web/?path=/story/ux4g-components-time-slot--weekly-expanded - Compact: https://doc.ux4g.gov.in/web/?path=/story/ux4g-components-time-slot--compact ## Framework setup ### HTML / CDN ```html ``` ### React ```bash npm install ux4g-web-components ``` ```jsx import 'ux4g-web-components/styles.css'; import 'ux4g-web-components/design-system'; ``` ### Angular Update `angular.json`: ```json { "styles": [ "node_modules/ux4g-web-components/styles/ux4g.css", "src/styles.css" ], "scripts": [ "node_modules/ux4g-web-components/dist/runtime/design-system.js" ] } ``` ## Code examples The snippets below are extracted from the Storybook canvas for Time Slot. Each example shows the rendered HTML, the equivalent React JSX, and the Angular template markup. ### 1. Compact — Compact Time Slot HTML: ```html
A Time Slot represents a specific period available for scheduling, booking, or appointments. It helps users select a convenient date and time, ensuring organized planning and efficient allocation of resources.
Visual demonstration of Time Slot variations.
Quickly copy layout and utility classes for Time Slot interfaces.
|
Main Weekly Container
ux4g-time-slot-weekly-container
|
|
Schedule Grid Area
ux4g-time-slot-weekly-grid
|
|
Day Column Header
ux4g-time-slot-day-header
|
|
Time Slot Item/Cell
ux4g-time-slot-cell
|
|
Legend Container
ux4g-time-slot-weekly-legend
|
|
Mobile Nav Container
ux4g-time-slot-mobile-nav
|
|
Main Compact Container
ux4g-time-slot-compact-container
|
|
Compact Left Pane
ux4g-time-slot-compact-calendar
|
|
Compact Right Pane
ux4g-time-slot-compact-slots
|
|
Compact Time Slot Item
ux4g-time-slot-compact-slot-item
|
|
Available Slot State
available
|
|
Holiday State
holiday
|
|
Weekly Off State
weekly-off
|
A Time Slot represents a specific period available for scheduling, booking, or appointments. It helps users select a convenient date and time, ensuring organized planning and efficient allocation of resources.
Visual demonstration of Time Slot variations.
Quickly copy layout and utility classes for Time Slot interfaces.
|
Main Weekly Container
ux4g-time-slot-weekly-container
|
|
Schedule Grid Area
ux4g-time-slot-weekly-grid
|
|
Day Column Header
ux4g-time-slot-day-header
|
|
Time Slot Item/Cell
ux4g-time-slot-cell
|
|
Legend Container
ux4g-time-slot-weekly-legend
|
|
Mobile Nav Container
ux4g-time-slot-mobile-nav
|
|
Main Compact Container
ux4g-time-slot-compact-container
|
|
Compact Left Pane
ux4g-time-slot-compact-calendar
|
|
Compact Right Pane
ux4g-time-slot-compact-slots
|
|
Compact Time Slot Item
ux4g-time-slot-compact-slot-item
|
|
Available Slot State
available
|
|
Holiday State
holiday
|
|
Weekly Off State
weekly-off
|
A Time Slot represents a specific period available for scheduling, booking, or appointments. It helps users select a convenient date and time, ensuring organized planning and efficient allocation of resources.
Visual demonstration of Time Slot variations.
Quickly copy layout and utility classes for Time Slot interfaces.
|
Main Weekly Container
ux4g-time-slot-weekly-container
|
|
Schedule Grid Area
ux4g-time-slot-weekly-grid
|
|
Day Column Header
ux4g-time-slot-day-header
|
|
Time Slot Item/Cell
ux4g-time-slot-cell
|
|
Legend Container
ux4g-time-slot-weekly-legend
|
|
Mobile Nav Container
ux4g-time-slot-mobile-nav
|
|
Main Compact Container
ux4g-time-slot-compact-container
|
|
Compact Left Pane
ux4g-time-slot-compact-calendar
|
|
Compact Right Pane
ux4g-time-slot-compact-slots
|
|
Compact Time Slot Item
ux4g-time-slot-compact-slot-item
|
|
Available Slot State
available
|
|
Holiday State
holiday
|
|
Weekly Off State
weekly-off
|