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

@ngx-tc/dropdown

v1.2.0

Published

Angular custom dropdown library that empowers developers to easily and quickly create fully customizable dropdown menus.

Downloads

12

Readme

Dropdown

@ngx-tc/dropdown is an Angular custom dropdown library that empowers developers to easily and quickly create fully customizable dropdown menus in their Angular applications. With a simple and flexible API, this library provides a wide range of features and options for creating dropdown menus with custom styling, animations, and advanced functionality.

Built with Angular directives and both static and dynamic components, this library is fast, lightweight, and easily integrates with existing Angular applications. It leverages modern web technologies such as CSS3 and HTML5 to create smooth and responsive user experiences, ensuring that dropdown menus are both visually appealing and easy to use.

One of the standout features of this library is its exceptional flexibility. Developers can easily customize the appearance and behavior of the dropdown menu to match the look and feel of their application. They can also take advantage of advanced features such as keyboard navigation, lazy loading, and multi-select, among others, to create dropdown menus that cater to the specific needs of their users.

Overall, @ngx-tc/dropdown is a powerful tool for creating engaging and customizable dropdown menus in Angular applications. Its comprehensive feature set and ease of integration make it an ideal choice for developers who want to create dropdown menus that not only look great but also offer an exceptional user experience.

Usage

Install @ngx-tc/dropdown in your project:

npm install @ngx-tc/dropdown

Import TcDropdownModule e.g. in your app.module.ts:

import { TcDropdownModule } from '@ngx-tc/dropdown';

@NgModule({
  imports: [
    ...
    TcDropdownModule
  ],
})
export class AppModule {}

Use the tc-dropdown component in you app:

<tc-dropdown>
  <a href="#" tc-dropdown-trigger>Dropdown link</a>
  
  <ng-container tc-dropdown-content>
    Dropdown content
  </ng-container>
</tc-dropdown>

Demo

To view a working demo of the library in action, please follow the provided link. The demo will allow you to explore the various components and features included in this library and see how they can be used in your Angular applications. http://tc-library.type-code.pro/#/components/dropdowns