canirequire

canirequireDual (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.

Latest
1.8.0 (Jul 11, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
1.8.0
Native ESM since
0.1.5
TypeScript types
Bundled
Node engines
not declared
License
MIT

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.

Runtimerequire("@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).

VersionsFormatFirst published
0.5.4 – 1.8.0Dual (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

Similar popularity