You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-41Lines changed: 51 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,48 +15,53 @@
15
15
</div>
16
16
17
17
## Contents
18
-
*[Features](#features)
19
-
*[Documentation](#documentation)
20
-
*[Installation](#installation)
21
-
*[Simple Usage](#simple-usage)
22
-
*[Theming Options](#theming-options)
23
-
*[Playground](#playground)
24
-
*[Contributing](#contributing)
25
-
26
-
## Features
27
-
- ✅ Theming options
28
-
- ✅ Dark mode
29
-
- ✅ Single Date
30
-
- ✅ Single date use Range
31
-
- ✅ Shortcuts
32
-
- ✅ TypeScript support
33
-
- ✅ Localization(i18n)
34
-
- ✅ Date formatting
35
-
- ✅ Disable specific dates
36
-
- ✅ Minimum Date and Maximum Date
37
-
- ✅ Custom shortcuts
18
+
19
+
-[Features](#features)
20
+
-[Documentation](#documentation)
21
+
-[Installation](#installation)
22
+
-[Simple Usage](#simple-usage)
23
+
-[Theming Options](#theming-options)
24
+
-[Playground](#playground)
25
+
-[Contributing](#contributing)
26
+
27
+
## Features
28
+
29
+
- ✅ Theming options
30
+
- ✅ Dark mode
31
+
- ✅ Single Date
32
+
- ✅ Single date use Range
33
+
- ✅ Shortcuts
34
+
- ✅ TypeScript support
35
+
- ✅ Localization(i18n)
36
+
- ✅ Date formatting
37
+
- ✅ Disable specific dates
38
+
- ✅ Minimum Date and Maximum Date
39
+
- ✅ Custom shortcuts
38
40
39
41
## Documentation
40
42
41
43
Go to [full documentation](https://react-tailwindcss-datepicker.vercel.app/)
42
44
43
45
## Installation
44
46
45
-
⚠️ React Tailwindcss Datepicker uses Tailwind CSS 3 (with the [@tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms) plugin) & [Dayjs](https://day.js.org/en/) under the hood to work.
47
+
⚠️ React Tailwindcss Datepicker uses Tailwind CSS 3 (with the
@@ -126,8 +132,8 @@ You can find the demo at [here](https://react-tailwindcss-datepicker.vercel.app/
126
132
127
133
> **Info**
128
134
>
129
-
> 👉 To discover the other possibilities offered by this library, you can consult the[full documentation](https://react-tailwindcss-datepicker.vercel.app/).
130
-
135
+
> 👉 To discover the other possibilities offered by this library, you can consult the
0 commit comments