You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/components/organisms/accordion.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Accordion Component
2
2
3
-
Expandable accordion component with smooth animations, supporting both single and multiple expansion modes for organizing content in collapsible panels.
3
+
Production-ready expandable accordion component with smooth animations, TypeScript compliance, and AI metadata support. Supports both single and multiple expansion modes for organizing content in collapsible panels.
Copy file name to clipboardExpand all lines: docs/components/organisms/data-table.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Data Table Component
2
2
3
-
Production-ready data table component with virtual scrolling, accessibility, performance optimizations, sorting, selection, and responsive modes for complex data display and management. Fully compliant with ADR-016 performance requirements and ADR-012 accessibility standards.
3
+
Production-ready data table component with **virtual scrolling** for large datasets, accessibility compliance, performance optimizations, sorting, selection, and responsive modes for complex data display and management. Supports 10,000+ rows with smooth performance. Fully compliant with ADR-016 performance requirements and ADR-012 accessibility standards.
4
4
5
5
## Usage
6
6
@@ -15,11 +15,11 @@ html`
15
15
></forge-data-table>
16
16
`;
17
17
18
-
//With virtual scrolling for large datasets
18
+
//Large dataset with virtual scrolling (automatically enabled)
Copy file name to clipboardExpand all lines: docs/components/organisms/navigation-bar.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Navigation Bar Component
2
2
3
-
Responsive navigation bar component with mobile drawer, dropdowns, and automatic route detection capabilities.
3
+
Production-ready responsive navigation bar component with mobile drawer, dropdowns, automatic route detection capabilities, and full TypeScript compliance with AI metadata support.
Copy file name to clipboardExpand all lines: docs/components/organisms/pagination.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Pagination Component
2
2
3
-
Comprehensive pagination component with multiple modes including standard pagination, infinite scroll, and load more functionality.
3
+
Production-ready comprehensive pagination component with multiple modes including standard pagination, infinite scroll, and load more functionality. Full TypeScript compliance with AI metadata support.
Copy file name to clipboardExpand all lines: docs/components/organisms/tabs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tabs Component
2
2
3
-
Advanced tabbed interface component with keyboard navigation, drag-to-reorder functionality, and lazy loading capabilities.
3
+
Production-ready advanced tabbed interface component with keyboard navigation, drag-to-reorder functionality, lazy loading capabilities, and full TypeScript compliance with AI metadata support.
Copy file name to clipboardExpand all lines: docs/components/organisms/tree-view.md
+35-11Lines changed: 35 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Tree View Component
2
2
3
-
Hierarchical tree view component with expand/collapse functionality, selection capabilities, and search features for displaying nested data structures.
3
+
Production-ready hierarchical tree view component with **virtual scrolling** for large datasets, expand/collapse functionality, selection capabilities, and search features. Supports 10,000+ nodes with smooth performance.
0 commit comments