feat(mui): add MonthField kit primitive (year+month picker, yyyy-MM string I/O)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-06 23:43:55 +02:00
parent 1074adee0d
commit 74c2f9aa30
2 changed files with 41 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ export { Tabs, TabPanel } from "./Tabs";
export type { TabDef } from "./Tabs";
export { default as Pagination } from "./Pagination";
export { default as DateField } from "./DateField";
export { default as MonthField } from "./MonthField";
export { default as PageHeader } from "./PageHeader";
export { default as EmptyState } from "./EmptyState";
export { default as LoadingState } from "./LoadingState";