feat(dees-pagination): Add new pagination component to the library along with its demo and integration in the main export.

This commit is contained in:
2025-04-25 14:27:51 +00:00
parent 12861b2230
commit af3dc5c466
5 changed files with 170 additions and 1 deletions

View File

@@ -48,3 +48,4 @@ export * from './dees-toast.js';
export * from './dees-updater.js';
export * from './dees-windowcontrols.js';
export * from './dees-windowlayer.js';
export * from './dees-pagination.js';