@engrate/components 0.1.14 → 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.
- package/dist/components/ui/PaginationDots/PaginationDots.d.ts +40 -0
- package/dist/components/ui/PaginationDots/index.d.ts +2 -0
- package/dist/components/ui/index.d.ts +1 -0
- package/dist/index.cjs.js +25 -25
- package/dist/index.es.js +3334 -3237
- package/dist/skills/engrate-component-user.md +9 -8
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
96
|
-
|
|
|
97
|
-
| `Breadcrumbs`
|
|
98
|
-
| `TabList`
|
|
99
|
-
| `Pagination`
|
|
100
|
-
| `
|
|
101
|
-
| `
|
|
102
|
-
| `
|
|
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
|
|