1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

feat(vue/primitives): implement pagination components with accessibility and testing

This commit is contained in:
2026-03-08 04:18:10 +07:00
parent 41d5e18f6b
commit bcc9cb2915
28 changed files with 2175 additions and 960 deletions

View File

@@ -1,4 +1,4 @@
import type { Options } from 'tsdown';
import type { InlineConfig } from 'tsdown';
const BANNER = '/*! @robonen/tools | (c) 2026 Robonen Andrew | Apache-2.0 */';
@@ -10,4 +10,4 @@ export const sharedConfig = {
outputOptions: {
banner: BANNER,
},
} satisfies Options;
} satisfies InlineConfig;