Tag: React

  • How to create a toggle sidebar with React.js and Tailwindcss

    Introduction In responsive websites, we usually see the navigation bar at the top of the page on desktops and a hamburger menu that replaces the navigation bar on mobile screens. A sidebar would appear with the same links as the navigation bar when we press the hamburger menu. In this tutorial, we will look at…