Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 581 Bytes

Getting Started

Getting started is as simple as cloning the repository

git clone https://github.com/parthwebdev/react-navbars.git

Installing dependencies

npm install

Start the development server:

npm start

Project Structure

The navbar components are located inside the src/components directory. Each navbar has its own folder (e.g. navbar-01, navbar-02) containing the React component file and an index.css. Import the component into the App.tsx and import the corresponding index.css into main.tsx to apply the styles.