htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
Other
4.32k stars 276 forks source link

Calendar component? #127

Closed adospace closed 9 months ago

adospace commented 10 months ago

Hi all,

is there any plan for a Calendar component? for example one that shows the current month in a date picker.

Thank you very much for your work,

Adolfo

jahaganiev commented 10 months ago

Hey Adolfo,

Yes, we are considering integrating a datepicker/calendar plugin into Preline UI. However, we haven't decided on which one to choose, as currently it doesn't seem that there are any unstyled, Tailwind friendly (headless) datepicker plugins available.

If you have any suggestions, please feel free to let us know.

Cheers!

adospace commented 10 months ago

Hi @jahaganiev, thank you for your prompt reply, yes the plugin part is the hard part (it's not easy to find one) :).

Using native tailwind plugins is one of the main reasons I like so much the Preline UI compared to the other tailwind-based frameworks: for example, I'm building a blazor-based integration for Preline UI and it's much easier with Preline UI as I don't have to deal with the dropdowns scripts etc.

May I suggest for the starter to provide just the calendar component? I know the "official" tailwind CSS UI releases just that for example.

Adolfo

jahaganiev commented 9 months ago

Hey @adospace - here we go https://preline.co/docs/datepicker.html 🎉

Please feel free to open a new issue if you have more suggestions!

Cheers!

adospace commented 8 months ago

Wow thank you so much!

ibmo12 commented 5 months ago

Hi @adospace

I'm interested in understanding how to effectively use Preline UI within a Blazor project. would you be open to sharing a repository or a template?

Thanks in advance