Skip to content

Commit

Permalink
Work
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle committed Feb 7, 2025
1 parent 2ba2467 commit 6aa74e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/x-date-pickers/src/DateCalendar2/DateCalendar2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ const DateCalendar2TransitionGroup = styled(TransitionGroup, {
position: 'relative',
});

/**
* - [x] Implementation without customization
* - [x] Implement classes (both props.classes and built-in classes)
* - [x] Implement theme entries
* - [ ] Implement props.slots and props.slotProps
* - [ ] Implement all the missing props
* - [ ] Add tests
* - [ ] Add doc examples
*/
export const DateCalendar2 = React.forwardRef(function DateCalendar2(
props: DateCalendar2Props,
ref: React.ForwardedRef<HTMLDivElement>,
Expand Down

0 comments on commit 6aa74e2

Please sign in to comment.