@kelvininc/ui-components
Version:
Kelvin UI Components
11 lines (10 loc) • 315 B
JavaScript
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
};