Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@cocokits/angular-overlay

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cocokits/angular-overlay

The `@cocokits/angular-overlay` package is part of CDK and offers a robust set of utilities and components designed to manage floating UI elements within your Angular applications. With the help of this overlay system, you can build flexible and dynamic U

latest
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

@cocokits/angular-overlay

The @cocokits/angular-overlay package is part of CDK and offers a robust set of utilities and components designed to manage floating UI elements within your Angular applications. With the help of this overlay system, you can build flexible and dynamic UI elements such as modals, tooltips, popups, and dropdowns, enhancing the overall user experience with non-intrusive, context-sensitive content.

This package includes the following:

  • OverlayComponent
  • OverlayService
  • OverlayRef

OverlayComponent

The OverlayComponent is a customizable floating UI element that can be dynamically positioned over the main content. It is perfect for creating temporary UI components such as modals, popups, or dropdowns.

Features:

  • Dynamic Positioning: Automatically places overlays in an optimal position relative to the trigger element or viewport, ensuring a smooth user experience across different screen sizes and contexts.
  • Dismissable Interactions: The overlay can be closed by user interactions such as clicking outside the element or pressing the escape key, ensuring intuitive and seamless control over temporary elements.
  • Backdrop Support: Includes optional backdrop functionality to dim the main content, allowing users to stay focused on the overlay element while subtly drawing attention to the interactive area.

OverlayService

The OverlayService provides the core functionality for creating and managing overlays in your application. It handles the lifecycle of overlays, positioning logic,

  • OverlayComponent

Contributing

We welcome contributions! For details, please see our Contributing Guidelines.

License

This project is licensed under the Apache License. See the LICENSE file for details.

FAQs

Package last updated on 19 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts