Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/venushadilshan/react-appnav
- Owner: venushadilshan
- Created: 2021-12-09T15:45:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T01:36:19.000Z (about 3 years ago)
- Last Synced: 2024-11-09T13:40:42.929Z (2 months ago)
- Topics: react, reactjs
- Language: JavaScript
- Homepage:
- Size: 196 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React App Nav - A Simple React Navbar for Mobiles
## 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.