Installation
Get started with React Datepicker in your project in just a few minutes.
Requirements
React Datepicker has zero styling dependencies.
- React 16.8+
- React DOM 16.8+
Install Package
Install the package using your preferred package manager:
npm install react-datepicker-bkrdmrciogluor
yarn add react-datepicker-bkrdmrciogluImport Styles
The component comes with its own CSS. Import it in your root layout or entry file (e.g., layout.tsx or App.tsx):
import 'react-datepicker-bkrdmrcioglu/dist/style.css';