Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 394a7ad

Browse files
committedDec 24, 2024·
add depreacation message
1 parent 15e295a commit 394a7ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
[![GitHub license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://raw.githubusercontent.com/javadbat/jb-date-input-react/master/LICENSE)
44
[![NPM Downloads](https://img.shields.io/npm/dw/jb-date-input-react)](https://www.npmjs.com/package/jb-date-input-react)
55

6+
> [!WARNING]
7+
> this package is deprecated and moved to [jb-date-input/react](https://github.com/javadbat/jb-date-input/tree/main/react)
8+
69
react component date input (picker) to get date (jalali & gregorian) from user.
710
this component is a simple react component that use [jb-date-input](https://github.com/javadbat/jb-date-input) inside and its just a simple wrapper for it so i suggest you to read jb-date-input document too for more updated document.
811

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react component",
2020
"react"
2121
],
22-
"version": "5.1.0",
22+
"version": "5.1.1",
2323
"bugs": "https://github.com/javadbat/jb-date-input-react/issues",
2424
"license": "MIT",
2525
"files": [

0 commit comments

Comments
 (0)
This repository has been archived.