canirequire › Dual (CommonJS + ESM) › @floating-ui/dom
Is @floating-ui/dom ESM-only? Can you require() it?
Floating UI for the web
Last verified Sep 9, 2026 against @floating-ui/dom@1.8.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@floating-ui/dom publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.5). require("@floating-ui/dom") and import "@floating-ui/dom" both work on every supported Node.js version and in Bun.
Does @floating-ui/dom@1.8.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@floating-ui/dom") from a CommonJS file and import "@floating-ui/dom" from an ES module.
| Runtime | require("@floating-ui/dom") | import "@floating-ui/dom" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import @floating-ui/dom
ES modules (import)
import dom from "@floating-ui/dom";CommonJS (require)
const dom = require("@floating-ui/dom");Module format by version
Derived from the type, main and exports fields of every stable release on npm (85 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 0.5.4 – 1.8.0 | Dual (CommonJS + ESM) | Jun 23, 2022 |
Frequently asked
Is @floating-ui/dom ESM-only?
@floating-ui/dom@1.8.0 ships CommonJS and ESM builds. @floating-ui/dom publishes both a CommonJS entry and a native ESM entry (ESM added in 0.1.5). require("@floating-ui/dom") and import "@floating-ui/dom" both work on every supported Node.js version and in Bun.
Can I require @floating-ui/dom?
Yes. @floating-ui/dom ships a CommonJS entry, so require("@floating-ui/dom") works on every Node.js version, alongside the native ESM entry for import.
Does @floating-ui/dom work in Bun?
Yes. import "@floating-ui/dom" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @floating-ui/dom ship TypeScript types?
Yes. @floating-ui/dom bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- @pkgjs/parseargs 0.11.0CommonJS
- @floating-ui/core 1.8.0Dual
- @typescript-eslint/parser 8.70.0CommonJS
- @babel/plugin-syntax-jsx 8.0.1ESM-only
- @babel/code-frame 8.0.0ESM-only
- @typescript-eslint/eslint-plugin 8.70.0CommonJS
- @floating-ui/utils 0.2.12Dual
- @typescript-eslint/type-utils 8.70.0CommonJS