Merged PR 1987: Carousel Lobrary

Related work items: #5408
This commit is contained in:
Lorenz Hilpert
2025-10-28 10:34:57 +00:00
committed by Nino Righi
parent bfd151dd84
commit c769af7021
20 changed files with 39726 additions and 38485 deletions

View File

@@ -1,11 +1,11 @@
# Library Reference Guide
> **Last Updated:** 2025-10-22
> **Last Updated:** 2025-10-27
> **Angular Version:** 20.1.2
> **Nx Version:** 21.3.2
> **Total Libraries:** 61
> **Total Libraries:** 62
All 61 libraries in the monorepo have comprehensive README.md documentation located at `libs/[domain]/[layer]/[feature]/README.md`.
All 62 libraries in the monorepo have comprehensive README.md documentation located at `libs/[domain]/[layer]/[feature]/README.md`.
**IMPORTANT: Always use the `docs-researcher` subagent** to retrieve and analyze library documentation. This keeps the main context clean and prevents pollution.
@@ -278,6 +278,11 @@ A comprehensive button component library for Angular applications providing five
**Location:** `libs/ui/buttons/`
### `@isa/ui/carousel`
A horizontal scroll container component with left/right navigation arrows, responsive behavior, keyboard support, and auto-hide functionality for Angular applications.
**Location:** `libs/ui/carousel/`
### `@isa/ui/datepicker`
A comprehensive date range picker component library for Angular applications with calendar and month/year selection views, form integration, and robust validation.