Picker
iOS-style scroll wheel picker with columns, backdrop, inline variant, and sizes.
Inline Picker
Preview
Select Time
10
11
12
13
14
:
28
29
30
31
32
AM
PM
Bottom Sheet Picker
Preview
Select Date
Month
January
February
March
Day
14
15
16
Year
2024
2025
2026
| Class | Description |
|---|---|
.picker-backdrop | Dark overlay (uses data-state) |
.picker | Picker container (slides up) |
.picker-header | Header with cancel/done |
.picker-btn | Header button |
.picker-btn-cancel | Cancel button (normal weight) |
.picker-btn-confirm | Done button (bold) |
.picker-title | Center title |
.picker-columns | Columns with highlight band |
.picker-column | Individual column |
.picker-column-wrapper | Scrollable wrapper (transform) |
.picker-column-dragging | Disable transition during drag |
.picker-item | Selectable item (36px) |
.picker-item-selected | Selected item (bold) |
.picker-item-disabled | Disabled item |
.picker-divider | Separator between columns |
.picker-column-label | Column header label |
.picker-sm | Small (180px, 30px items) |
.picker-lg | Large (252px, 42px items) |
.picker-inline | Inline variant (no modal) |
.picker.glass | Glass morphism variant |