Rubics UI
rubics

Date Picker

A customizable date picker with calendar interaction.

Installation

rubics add date-picker

Usage

Basic

Props

NameTypeDefaultDescription
valueDate-The currently selected Date object
onValueChange(date: Date) => void-Callback fired when a date is selected
placeholderstring-Text to show when no date is selected. Default: "Pick a date"
styleStyleProp<ViewStyle>-Styles for the DatePicker