shadcn_ui-date-picker

Installation
SKILL.md

Shadcn UI — Date Picker

Instructions

ShadDatePicker is a date picker with optional range and presets. Use ShadDatePicker.range() for range selection. For forms use ShadDatePickerFormField and ShadDateRangePickerFormField with id, label, validator, and optional fromValueTransformer/toValueTransformer.

Single

ConstrainedBox(
  constraints: const BoxConstraints(maxWidth: 600),
  child: const ShadDatePicker(),
)

Range

Installs
21
GitHub Stars
9
First Seen
Apr 13, 2026
shadcn_ui-date-picker — serverpod/skills-registry