1.0.0 • Published 6 months ago

@hachiko_/modsen-date-picker v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Modsen Datepicker Library

Modsen Datepicker is a lightweight and user-friendly datepicker library developed in React. It allows you to easily incorporate date selection functionality into your web applications with minimal effort.

Getting Started

To use the Modsen Datepicker library, follow these simple steps:

  1. Install the library in your React project using npm or yarn:

    npm install modsen-date-picker
    # or
    yarn add modsen-date-picker
  2. Import components and hoc into your project:

import { Calendar, 
    withAmericanStandard, 
    Field, ... } from 'modsen-date-picker';

Resources

npm: link

storybook: https://modsen-date-picker.vercel.app