1.6.1 • Published 4 months ago

@zener/nepali-datepicker-react v1.6.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Nepali Datepicker React

Nepali Datepicker React is a lightweight, highly customizable, and feature-rich datepicker component, specifically designed for handling Nepali dates in React.js applications. It offers seamless integration, intuitive user experience, and extensive configuration options.

Demo

Table of Content

Installation

You can install the Nepali Datepicker React component via npm:

npm i @zener/nepali-datepicker-react

Usage

Basic Implementation

import NepaliDatePicker from '@zener/nepali-datepicker-react';
import '@zener/nepali-datepicker-react/index.css';

const App = () => {
  const [value, setValue] = useState()
  return (
    <NepaliDatePicker
      value={value}
      onChange={(e) => {
        setValue(e);
      }}
      placeholder="Select date"
    />
  );
};

Features

  • Fully customizable components
  • Date converter
  • Nepali and english language support
  • Supports both Bikram Sambat and Gregorian calendar
  • Javascript NepaliDate utility to deal with dates
  • Written in TypeScript
1.6.1

4 months ago

1.6.0

8 months ago

1.5.1

8 months ago

1.5.0

8 months ago

1.4.1

8 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.1.4

9 months ago

1.0.5

10 months ago

1.1.3

9 months ago

1.0.4

10 months ago

1.1.2

9 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago