ng-auto-position 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # **ng-auto-position**
2
2
 
3
+ ![npm](https://img.shields.io/npm/v/ng-auto-position)
4
+ ![downloads](https://img.shields.io/npm/dm/ng-auto-position)
5
+
3
6
  A lightweight **Angular standalone directive** that automatically positions dropdowns, popovers, and floating panels relative to a reference element, while correctly handling scrolling, resizing, viewport boundaries, and scroll locking.
4
7
 
5
8
  This directive is designed for cases where **Angular CDK Overlay is too heavy**, but you still need **reliable, production-grade positioning**.
6
9
 
10
+ ## 🔴 Live Demo
11
+
12
+ Try it directly in your browser:
13
+
14
+ 👉 [https://stackblitz.com/~/github.com/roshan2197/ng-auto-position](https://stackblitz.com/~/github.com/roshan2197/ng-auto-position)
15
+
7
16
  ---
8
17
 
9
18
  ## **✨ Features**
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-auto-position",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Angular directive for auto positioning dropdowns and popovers",
5
5
  "dependencies": {
6
6
  "@angular/animations": "^17.3.0",
Binary file