From 267f43000719914e13726e24e13d99ab94ebf57e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Sz=C5=91gy=C3=A9nyi?= Date: Fri, 20 Jan 2023 16:34:07 +0200 Subject: [PATCH] Added Flowbite references in the README file + license reference. --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e57cae..3fd6ebc 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ # Tailwind-datepicker-react -A Tailwindcss/Flowbite datepicker component built as a React component with types +A Tailwindcss/Flowbite datepicker component built as a React component with types based on the [original datepicker from Flowbite](https://flowbite.com/docs/plugins/datepicker/). This component can also be used as a plugin using the [Flowbite React](https://github.com/themesberg/flowbite-react) library. -Date logic from [VanillaJS-datepicker](https://github.com/mymth/vanillajs-datepicker) +Date logic from [VanillaJS-datepicker](https://github.com/mymth/vanillajs-datepicker). ## [Demo](https://omikkel.github.io/tailwind-datepicker-react/) @@ -196,3 +196,7 @@ const DemoComponent = () => { - prev: () => ReactNode | JSX.Element - next: () => ReactNode | JSX.Element + +### License + +This project is open-source under the [MIT License](https://github.com/OMikkel/tailwind-datepicker-react/blob/master/LICENSE.md).