react-flexible-datepicker
Version:
Custom React Datepicker component
36 lines (23 loc) • 1.03 kB
Markdown
React-flexible-datepicker is a highly customizable React Date Picker component designed to provide flexibility and ease of use for date selection in your React applications.
Check out the [Storybook](https://react-flexible-datepicker.vercel.app/) for live examples and usage scenarios.
```bash
npm install react-flexible-datepicker
```
```jsx
// DatePicker.tsx
import { DatePicker } from 'react-flexible-datepicker';
export default () => (
<DatePicker />
);
```
<br />

For more detailed usage and customization options, refer to the [Documentation](https://react-flexible-datepicker.vercel.app/).
I am always looking for new ideas or other ways to improve react-flexible-datepicker. If you have developed anything cool or found a bug, send us a pull request.
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.