Using Modern CSS To Make A Hamburger Nav In A Few Lines Of Code - Fully Accessible too!

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

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

  • @InSaneRoGer112003
    @InSaneRoGer112003 3 месяца назад +5

    @starting-style is a game changer wooo thanks for making a vid on this

    • @frontendfyi
      @frontendfyi  3 месяца назад +1

      Thanks for commenting! Glad you liked the video!

  • @jeflopodev
    @jeflopodev 5 дней назад

    Thanks for the video Jeroen. You're a CSS Magician that lives in the bleeding edge. I saw that If we put the buttons to the bottom right (makes more sense for mobile to me) then there's an overflow problem. If the content of the menu creates an scroll bar, the close button keeps moving with the scroll position. This can be solved by making the close button fixed rather than absolute. And there's no need to play with the overflow properties as is.

  • @meylis_so2
    @meylis_so2 3 месяца назад

    bro something lol i found when u write this : popover=" " i didnt an :
    ///
    but i use it anyways cause i can make some error

  • @soniamaklouf1178
    @soniamaklouf1178 2 месяца назад

    Thanks for this video
    could you make a video on CSS trig functions
    I've seen ana tudor doing great things on codepen like her " No SVG, no image, CSS-only fluid slider with input"

  • @Mempler
    @Mempler 3 месяца назад +2

    It's such a simple but awesome feature. It's always such a pain to implement this in jsx especially if you want animations

    • @frontendfyi
      @frontendfyi  3 месяца назад +1

      I really like it! And that fact that is so new but we can use it everywhere already is even more amazing. I love the direction CSS is heading into!

  • @meylis_so2
    @meylis_so2 3 месяца назад

    bro bro make a video about :has() :is() and so on. come on bro u re the best

  • @akinbobolaemmanuel3319
    @akinbobolaemmanuel3319 3 месяца назад +2

    What vscode theme are you using? I like the font also. I would like to change mine :)

    • @frontendfyi
      @frontendfyi  3 месяца назад +1

      It's called Arc, from the Bearded Theme collection: github.com/BeardedBear/bearded-theme
      The font is called Recursive Mono Casual Static

    • @akinbobolaemmanuel3319
      @akinbobolaemmanuel3319 3 месяца назад +1

      @@frontendfyi thank you 😊💃

  • @Tapadar.Monsur
    @Tapadar.Monsur 3 месяца назад

    What VSCode theme are you using, Jeroen?

    • @frontendfyi
      @frontendfyi  3 месяца назад +1

      It's called Arc, from the Bearded Theme collection: github.com/BeardedBear/bearded-theme
      The font is called Recursive Mono Casual Static

  • @abhishekkadam2999
    @abhishekkadam2999 3 месяца назад

    Is there a difference from the dialog element, other than being pure css.

    • @frontendfyi
      @frontendfyi  3 месяца назад +1

      The specs make a distinction which they call “modal” or”non-modal”. A dialog is a modal pop-up, which means that in order to dismiss that, the user _has_ to make an important choice in the dialog before it can be dismissed.
      The popover is non-dialog, meaning it does not have that restriction. This is also why for example the popover auto closes when you click the backdrop vs a dialog which you need to run a JS method for this to happen.
      There’s a lot of overlap between the two elements and you can definitely create a non modal with a dialog too. But this is what the docs say is their intended behavior.
      See here too: developer.mozilla.org/en-US/docs/Web/API/Popover_API#concepts_and_usage

  • @buildervision7082
    @buildervision7082 3 месяца назад +1

    This is so great I've been looking for a developer RUclipsr who also teaches accessibility

    • @frontendfyi
      @frontendfyi  3 месяца назад

      Nice!! Happy you like my content 🙏 Always feel free to share ideas for topic you’d like to see content of.

  • @ThaufiqSirajShaik
    @ThaufiqSirajShaik 3 месяца назад

    What theme are you using for vs code?

    • @frontendfyi
      @frontendfyi  3 месяца назад

      It's called Arc, from the Bearded Theme collection: github.com/BeardedBear/bearded-theme
      The font is called Recursive Mono Casual Static

  • @sajadsalamian6953
    @sajadsalamian6953 3 месяца назад

    Can somebody name his font????????

    • @frontendfyi
      @frontendfyi  3 месяца назад

      The font is called Recursive Mono Casual Static

  • @MyGeorge1964
    @MyGeorge1964 3 месяца назад +1

    Nice!

  • @benve7151
    @benve7151 3 месяца назад +1

    10/10

  • @MonarchofSouls
    @MonarchofSouls 3 месяца назад

    What a great video!

  • @rakacoustic8127
    @rakacoustic8127 Месяц назад

    I'm excited

  • @alexpanteli3651
    @alexpanteli3651 3 месяца назад

    Eventually we will get rid of all these UI libraries. Hopefully. Thanks for the great content😊

    • @frontendfyi
      @frontendfyi  3 месяца назад +2

      I love the direction css is heading into. Doing these things with plain css definitely is the way! Glad you like the content 😌

  • @feelsthevibes1662
    @feelsthevibes1662 2 месяца назад

    Which theme?

    • @frontendfyi
      @frontendfyi  2 месяца назад

      It's called Arc, from the Bearded Theme collection: github.com/BeardedBear/bearded-theme
      The font is called Recursive Mono Casual Static

  • @bramvandinteren
    @bramvandinteren 3 месяца назад

    Ahhhh yesss, eindelijk transitions van display:none naar flex! Neem aan dat dit altijd gebruikt moet worden i.p.v. opacity:0; visibility:hidden toch?

    • @frontendfyi
      @frontendfyi  3 месяца назад +1

      In dit geval combineer je het met bijv opacity 0 om een fade-in te krijgen. Display none en block hebben zelf geen waardes waartussen ze geanimeerd kunnen worden. Dus als je animeert naar display none, zal de browser op het laatste moment de property naar none zetten. Om dan een animatie te zien moet je zelf nog opacity animeren.

  • @ilan117
    @ilan117 3 месяца назад

    I ❤ this channel … thank you so much for sharing and teaching us ✌️

    • @frontendfyi
      @frontendfyi  3 месяца назад

      Glad you enjoy it! Thanks for sharing this with me too! ❤️

  • @PlayerRPG85
    @PlayerRPG85 3 месяца назад

    Liked and subscribed!!!

  • @mouadt-b8042
    @mouadt-b8042 3 месяца назад

    this is just amazing
    thanks bro