Skip to content

Commit

Permalink
⚡ update files.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuzpandey committed Oct 28, 2023
1 parent f3b224e commit 65bd451
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/index.js → js/nepali-date-picker.min.js

Large diffs are not rendered by default.

12 changes: 0 additions & 12 deletions package.json

This file was deleted.

6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## INSTALLATION

- Add ap-picker.min.js
- Add nepali-date-picker.min.js
- Add ap-picker.min.css

### USAGE
Expand All @@ -9,13 +9,13 @@

```html

<link rel="stylesheet" href="./css/ap-picker.min.css">
<link rel="stylesheet" href="./css/nepali-date-picker.min.css">

<!-- Add data-nepali-date-picker="unique_value" attribute to input field -->
<input type="text" readonly data-nepali-date-picker="date_of_birth" placeholder="YYYY-MM-DD">
<input type="text" readonly data-nepali-date-picker="registered_at" placeholder="YYYY-MM-DD">

<script src="./js/ap-picker.js"></script>
<script src="./js/nepali-date-picker.min.js"></script>

<script>
new NepaliDatePicker()
Expand Down

0 comments on commit 65bd451

Please sign in to comment.