Datepicker component using Tailwind CSS

Поделиться
HTML-код
  • Опубликовано: 6 авг 2021
  • In this video, I will create a Datepicker component using Tailwind CSS
    Follow me on Twitter: / twncollections
    Design : dribbble.com/shots/15616759-F...
    Source Code : github.com/tailwindcollection...
    Demo : tailwindcollections-calendar....
    Available for work
    www.fiverr.com/s2/97085c94d4
  • НаукаНаука

Комментарии • 13

  • @minma02262
    @minma02262 2 года назад

    Very nice!

  • @knigel6474
    @knigel6474 Год назад +1

    amazing work! I’d love to see how to make a phone number input using tailwind where you can choose country on the left side with flag. Just like react-phone-number-input but better UI lol

  • @chrizzzly_hh
    @chrizzzly_hh 2 года назад +3

    Great recreation. Though this is one of those copy paste hells that tailwind will produce if not creating mixins.
    Also, you might want to use a table for the dates and other more semantic tags and add more a11y accessibility features!

    • @Tailwindcollections
      @Tailwindcollections  2 года назад

      Yes, thanks for the suggestion, I agree but I still learning about semantic HTML and a11y accessibility. I will try to implement that in the next video.

  • @GammaWraith
    @GammaWraith 2 года назад +1

    I am pretty keen to code this in a front end framework to get the js working :D

    • @GammaWraith
      @GammaWraith 2 года назад

      Thank you for the video 👍

  • @tinomuzambi80
    @tinomuzambi80 2 года назад +1

    What's that source control extension you're using?

  • @davidrobertson6371
    @davidrobertson6371 2 года назад +1

    Out of curiosity why didn’t you just use loops? Seems like a lot of extra work.

    • @jackstarsky3268
      @jackstarsky3268 2 года назад +1

      Because this tutorial focuses on using just tailwind and not JavaScript.

  • @garvitchhabra1332
    @garvitchhabra1332 2 года назад

    Is this responsive?

    • @Tailwindcollections
      @Tailwindcollections  2 года назад

      Sorry, It is not. but it's not that hard to make it responsive.

  • @noufelnaili1468
    @noufelnaili1468 Год назад

    bro you are hardcoding everything, you should do it dynamically with loops and conditions not just divs and spans else waht's the point of using a JS framwork