- Selected date: {date.toString()}
-
-
- );
-}
+```ts file="./CalendarMonthSelectableDate.tsx"
```
-
diff --git a/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthDefault.tsx b/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthDefault.tsx
new file mode 100644
index 00000000000..57c4bc9452d
--- /dev/null
+++ b/packages/react-core/src/components/CalendarMonth/examples/CalendarMonthDefault.tsx
@@ -0,0 +1,4 @@
+import React from 'react';
+import { CalendarMonth } from '@patternfly/react-core';
+
+export const CalendarMonthDefault: React.FunctionComponent = () =>