wyfir / bottom_navbar

The Bottom Navigation Menu is a sleek and user-friendly bottom navigation system ideal for enhancing mobile web applications.

Home Page:https://wyfir.github.io/bottom_navbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bottom Navigation Menu

The Bottom Navigation Menu is a sleek and user-friendly bottom navigation system ideal for enhancing mobile web applications. It features icons with optional text labels, ensuring optimal space usage and accessibility. The menu is developed using HTML, CSS, and JavaScript, making it fully responsive and customizable.

Features

  • Mobile-Optimized Design: Specifically tailored for mobile devices, ensuring easy navigation with thumb-friendly links.
  • Icon-Based with Text Labels: Combines icons and text labels for clarity, with an option to hide text for a more minimalist look.
  • Active Section Highlighting: Automatically highlights the currently active section to provide visual feedback to the user.
  • Responsive and Adaptable: Adjusts to various screen sizes and orientations.
  • Customizable Appearance: Utilizes CSS variables for easy theme and style customization.

Demo

Experience the live functionality of the Bottom Navigation Menu here: Live Demonstration

Installation

  1. Clone the repository:
    git clone https://github.com/wyfir/bottom_navbar.git
  2. Navigate to the project directory:
    cd bottom_navbar

Css and JavaScript

Include the styles and script files in your project. Customize the CSS variables to fit your design requirements.

Important!

Ensure you include the Boxicons CSS in your <head>:

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css"
/>

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve this project.

About

The Bottom Navigation Menu is a sleek and user-friendly bottom navigation system ideal for enhancing mobile web applications.

https://wyfir.github.io/bottom_navbar/

License:MIT License


Languages

Language:HTML 51.7%Language:CSS 40.7%Language:JavaScript 7.6%