canirequire › Dual (CommonJS + ESM) › @radix-ui/react-dropdown-menu
Is @radix-ui/react-dropdown-menu ESM-only? Can you require() it?
Last verified Sep 9, 2026 against @radix-ui/react-dropdown-menu@2.1.24. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@radix-ui/react-dropdown-menu publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.5). require("@radix-ui/react-dropdown-menu") and import "@radix-ui/react-dropdown-menu" both work on every supported Node.js version and in Bun.
Does @radix-ui/react-dropdown-menu@2.1.24 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@radix-ui/react-dropdown-menu") from a CommonJS file and import "@radix-ui/react-dropdown-menu" from an ES module.
| Runtime | require("@radix-ui/react-dropdown-menu") | import "@radix-ui/react-dropdown-menu" |
|---|---|---|
| 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 @radix-ui/react-dropdown-menu
ES modules (import)
import reactDropdownMenu from "@radix-ui/react-dropdown-menu";CommonJS (require)
const reactDropdownMenu = require("@radix-ui/react-dropdown-menu");Module format by version
Derived from the type, main and exports fields of every stable release on npm (63 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 2.0.5 – 2.1.24 | Dual (CommonJS + ESM) | May 26, 2023 |
| 0.0.4 – 2.0.4 | CommonJS | Jan 27, 2021 |
Frequently asked
Is @radix-ui/react-dropdown-menu ESM-only?
@radix-ui/react-dropdown-menu@2.1.24 ships CommonJS and ESM builds. @radix-ui/react-dropdown-menu publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.5). require("@radix-ui/react-dropdown-menu") and import "@radix-ui/react-dropdown-menu" both work on every supported Node.js version and in Bun.
Can I require @radix-ui/react-dropdown-menu?
Yes. @radix-ui/react-dropdown-menu ships a CommonJS entry, so require("@radix-ui/react-dropdown-menu") works on every Node.js version, alongside the native ESM entry for import.
Does @radix-ui/react-dropdown-menu work in Bun?
Yes. import "@radix-ui/react-dropdown-menu" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @radix-ui/react-dropdown-menu ship TypeScript types?
Yes. @radix-ui/react-dropdown-menu 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
- @testing-library/dom 10.4.1CommonJS
- @csstools/css-tokenizer 4.0.0ESM-only
- @smithy/util-retry 4.6.2CommonJS
- @smithy/service-error-classification 4.6.2CommonJS
- @aws-sdk/credential-provider-ini 3.973.15CommonJS
- @smithy/util-stream 4.8.2CommonJS
- @colors/colors 1.6.1CommonJS
- @smithy/node-config-provider 4.6.2CommonJS