Calendar
The Calendar
component is a date field component that allows users to enter and edit dates. It leverages the react-day-picker
library.
Preview
Usage
Props
Notes
The
Calendar
component uses theDayPicker
fromreact-day-picker
.The
className
prop allows custom styling to be applied.The
classNames
prop allows for custom classes to be passed to the day picker.The
showOutsideDays
prop determines whether days outside the current month are shown.The
components
prop is used to customise the left and right navigation icons.See the Shadcn Calendar docs for more information
Last updated