npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

infinite-menu

v0.0.27

Published

Infinite Menu helps you to create a menu with infinite number of sub menus

Downloads

70

Readme

InfiniteMenu

Welcome to the documentation for Infinite Menu, a powerful Angular library that enables the creation of dynamic and interactive menus with infinite submenus. This library provides developers with an easy-to-use solution for building complex menu structures that can expand indefinitely.

With Infinite Menu, you can take your menu design to the next level by allowing users to navigate through multiple levels of submenus without any limitations. Whether you're building a sophisticated navigation system for a web application or simply want to enhance the user experience on your website, this library has got you covered.

Infinite Menu empowers you to create menus with unlimited levels of submenus. Gone are the days of being restricted by a fixed number of levels, now you can provide your users with a seamless and immersive navigation experience.

Infinite Menu comes with a variety of styling options and configuration settings, allowing you to customize the look and feel of your menus to match your application's design. From colors and fonts to animations and transitions, you have full control over the visual aspects of your menus.

Example Image

Getting Started

To begin using Infinite Menu in your Angular project, refer to the installation guide in the documentation. Once you have installed the library, you can explore the usage examples, configuration options, and API references to understand how to integrate and customize the menus according to your requirements.

We hope that Infinite Menu simplifies the process of creating complex menus with infinite submenus, saving you time and effort in your development workflow. Feel free to provide feedback, ask questions, or report any issues you encounter our team is here to support you along the way.

Now, let's dive into the documentation and unlock the unlimited potential of Infinite Menu for your Angular applications!

Installation

Step 1 : Install Using -

npm install infinite-menu

Step 2 : Import the module (InfiniteMenuModule) into your application's app.module.ts -

import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { AppRoutingModule } from './app-routing.module';
import { AppComponent } from './app.component';
import { InfiniteMenuModule } from "../InfiniteMenu/infinite-menu.module";

@NgModule({
 declarations: [
  AppComponent
 ],
 providers: [],
 bootstrap: [AppComponent],
 imports: [
  BrowserModule,
  AppRoutingModule,
  InfiniteMenuModule
 ]
})
export class AppModule { }

Step 3 : Import the Styles -

@import "../src/InfiniteMenu/Css/InfiniteMenu.css";

Repository

Repository

Documentation / Demo

Documentation / Demo