feat(mui): kit — Tabs/TabPanel + Pagination

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-06 21:21:10 +02:00
parent 05f25931c9
commit b76731d790
3 changed files with 80 additions and 0 deletions

View File

@@ -12,3 +12,6 @@ export type { SelectOption } from "./Select";
export { default as StatusChip } from "./StatusChip";
export { CheckboxField } from "./Checkbox";
export { default as Alert } from "./Alert";
export { Tabs, TabPanel } from "./Tabs";
export type { TabDef } from "./Tabs";
export { default as Pagination } from "./Pagination";