Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/venushadilshan/react-appnav

A simple React Navigation Tab Bar made with basic React concepts.
https://github.com/venushadilshan/react-appnav

react reactjs

Last synced: 7 days ago
JSON representation

A simple React Navigation Tab Bar made with basic React concepts.

Awesome Lists containing this project

README

        

# React App Nav - A Simple React Navbar for Mobiles

React App Nav

## Made with React,

- useState Hook
- useEffect Hook

## How to use?
- Clone or download the Repo
- Set SVG icons for buttons (Import to the NavBar component and pass as a prop)
- Set IDs for nav items
- Set changeBtn() functions to set up the navbar item click effects
- Set up page navigation in the Page component

##Feel free to contribute and give feedback.
#Thank you.