Responsive Sidebar using Tailwind css & Alpine js | Sub menu | Tooltip | CodeF

Поделиться
HTML-код
  • Опубликовано: 17 сен 2021
  • Responsive sidebar using tailwindcss and alpinejs
    Demo - mfazail.github.io/Sidebar/ind...
    Tailwind css - tailwindcss.com
    Alpine js - alpinejs.dev
    Source code:
    github.com/mfazail/CodeF/tree...
    #tailwindcss #html #sidebar #codef
  • НаукаНаука

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

  • @thamibn
    @thamibn 2 года назад +2

    super dope exactly what I wanted
    keep bringing the good work bro

  • @juanracornejo
    @juanracornejo 2 года назад +2

    Excellent video just what I was looking for thank you very much for sharing

  • @kreatur_
    @kreatur_ 2 года назад +2

    This is exactly what I needed to build. Thanks!

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

      I'm glad my videos are helping your project

  • @luizjam1974
    @luizjam1974 8 месяцев назад +1

    Congratulations on your work and for teaching other people!

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

    Hi, you are designing better than other Indians. Keep up the good work.

  • @SusanthCom
    @SusanthCom 2 года назад +2

    Thank u

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

    Great work! thanks a lot for sharing sir

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

    awesome!!

  • @user-xo1vk1bl4t
    @user-xo1vk1bl4t Год назад

    Thank you so much.😄😄😄

  • @Deus-lo-Vuilt
    @Deus-lo-Vuilt 2 года назад

    nice , thanks

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

    Very good work

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

    Well done!
    What is the best way to store the side bar position into local storage?

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

      Set a Boolean value to local storage and according to that bind the class left or right.

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

      Unfortunately couldn’t do it. Can you help?

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

      how are you implementing it?

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

      codepen.io/mfazail/pen/RwQqgGb
      here's a demo

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

      Excellent! Very thankful. You deserve 1k likes.

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

    Can you adapt this with tailwind and vue or react?

  • @user-kp9di3xh2z
    @user-kp9di3xh2z 7 месяцев назад

    How can we scroll the sidebar?

    • @mfazaildotcom
      @mfazaildotcom  7 месяцев назад

      Add the height to parent div
      And set overflow-y-auto to it

    • @user-kp9di3xh2z
      @user-kp9di3xh2z 7 месяцев назад

      I did it but the tooltip is not showing.

    • @mfazaildotcom
      @mfazaildotcom  7 месяцев назад

      @@user-kp9di3xh2z Oh! In order to prevent this there is a library called float ui

    • @user-kp9di3xh2z
      @user-kp9di3xh2z 7 месяцев назад

      Thank you for your reply
      I think there should be a solution without external libraries

    • @mfazaildotcom
      @mfazaildotcom  7 месяцев назад

      @@user-kp9di3xh2z there is something like interactionObserver in js
      You can try it