GET STARTED >
Installation
Install React Calendar DateTime Picker using your preferred package manager.
Package Managers
Install the package using npm, yarn, or pnpm:
npm install react-calendar-datetime-pickeryarn add react-calendar-datetime-pickerpnpm add react-calendar-datetime-pickerImport Styles
Import the CSS file to ensure the calendar displays correctly. You can import it in your main entry file or component:
import 'react-calendar-datetime-picker/dist/style.css'Note: If you're using a bundler that supports CSS imports, you can also import the styles directly in your component files.
Next Steps
- Understand date values and how dates are structured
- Read the Quick Start guide to learn basic usage
- Learn about data types and their structures
- View interactive examples to see the component in action
