Skip to content

Commit

Permalink
📝 doc: update readme with new feature mark.
Browse files Browse the repository at this point in the history
  • Loading branch information
anuzpandey committed Nov 17, 2023
1 parent d24ccd9 commit a66a09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ let config = {
locale: 'np', // 'np' for nepali, 'en' for english
theme: 'flat', // bordered | soft | flat
darkMode: false, // boolean: true | false
inline: false, // boolean: true | false
}
````
Expand All @@ -125,6 +126,7 @@ NepaliDatePicker.convertToNepaliDate(1996, 4, 22)
- [x] Remove jQuery Dependency
- [ ] Support Time Select
- [ ] Calculate Age on Date
- [x] Inline Calendar
- [ ] Add Configurations to Date Picker
- [x] Close/Hide Date Picker on Date Select
- [ ] Disable features on
Expand Down

0 comments on commit a66a09f

Please sign in to comment.