@engrate/components 0.1.13 → 0.1.15

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.
@@ -92,14 +92,15 @@ If your project uses Tailwind CSS v4, import in your CSS file to get access to a
92
92
 
93
93
  ### Navigation Components
94
94
 
95
- | Component | Purpose |
96
- | ------------- | ----------------------------------- |
97
- | `Breadcrumbs` | Navigation path |
98
- | `TabList` | Tab navigation |
99
- | `Pagination` | Page navigation |
100
- | `Sidebar` | Collapsible application sidebar nav |
101
- | `Header` | Page header with logo and nav |
102
- | `Footer` | Page footer with links and info |
95
+ | Component | Purpose |
96
+ | ---------------- | ----------------------------------- |
97
+ | `Breadcrumbs` | Navigation path |
98
+ | `TabList` | Tab navigation |
99
+ | `Pagination` | Page navigation |
100
+ | `PaginationDots` | Dot indicator for content switching |
101
+ | `Sidebar` | Collapsible application sidebar nav |
102
+ | `Header` | Page header with logo and nav |
103
+ | `Footer` | Page footer with links and info |
103
104
 
104
105
  ### Overlay Components
105
106