> For the complete documentation index, see [llms.txt](https://shinyongjun.gitbook.io/react-datepicker/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinyongjun.gitbook.io/react-datepicker/docs/showsmultiplecalendar.md).

# showsMultipleCalendar

* component : \<Datepicker />, \<Rangepicker />
* requird : false
* type : boolean
* default: false

true일 때 날짜 선택기가 2달 씩 보여집니다.

```tsx
<Datepicker showsMultipleCalendar />
```
