My Sticky Navbar

An application that showcases use of sticky and fixed navbar based on scroll

Getting started

Installation

Install Create React App

npm init create-react-app my-app

Install the dependencies

npm install twin.macro tailwindcss styled-components
Install with Yarn

Install Create React App

yarn create create-react-app my-app

Install the dependencies

yarn add twin.macro tailwindcss styled-components