UNPKG

@kelvininc/ui-components

Version:
11 lines (10 loc) 315 B
import { offset, shift } from "@floating-ui/dom"; export const DEFAULT_POSITION_CONFIG = { strategy: 'fixed', middleware: [offset(5), shift({ padding: 5 })] }; export const DEFAULT_HIDE_DELAY = 1000; export const DEFAULT_DELAY_CONFIG = 1000; export const DEFAULT_AUTO_PLACEMENT_CONFIG = { padding: 5 };