managarten/packages/shared-ui/src/context-menu/index.ts
Till-JS e8ec273355 feat(calendar): make toolbar content horizontally scrollable on mobile
- Added overflow-x: auto with hidden scrollbar
- Max-width constraint to prevent overflow
- Smooth touch scrolling for mobile devices

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-13 13:57:28 +01:00

3 lines
179 B
TypeScript

export { default as ContextMenu } from './ContextMenu.svelte';
export type { ContextMenuItem, ContextMenuState } from './types';
export { createContextMenuState } from './types';