canirequire › Dual (CommonJS + ESM) › @radix-ui/react-label
Is @radix-ui/react-label ESM-only? Can you require() it?
Last verified Sep 9, 2026 against @radix-ui/react-label@2.1.15. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@radix-ui/react-label publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.2). require("@radix-ui/react-label") and import "@radix-ui/react-label" both work on every supported Node.js version and in Bun.
Does @radix-ui/react-label@2.1.15 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@radix-ui/react-label") from a CommonJS file and import "@radix-ui/react-label" from an ES module.
| Runtime | require("@radix-ui/react-label") | import "@radix-ui/react-label" |
|---|---|---|
| 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-label
ES modules (import)
import reactLabel from "@radix-ui/react-label";CommonJS (require)
const reactLabel = require("@radix-ui/react-label");Module format by version
Derived from the type, main and exports fields of every stable release on npm (41 versions; the newest 41 shown).
| Versions | Format | First published |
|---|---|---|
| 2.0.2 – 2.1.15 | Dual (CommonJS + ESM) | May 26, 2023 |
| 0.0.1 – 2.0.1 | CommonJS | Dec 15, 2020 |
Frequently asked
Is @radix-ui/react-label ESM-only?
@radix-ui/react-label@2.1.15 ships CommonJS and ESM builds. @radix-ui/react-label publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.2). require("@radix-ui/react-label") and import "@radix-ui/react-label" both work on every supported Node.js version and in Bun.
Can I require @radix-ui/react-label?
Yes. @radix-ui/react-label ships a CommonJS entry, so require("@radix-ui/react-label") works on every Node.js version, alongside the native ESM entry for import.
Does @radix-ui/react-label work in Bun?
Yes. import "@radix-ui/react-label" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @radix-ui/react-label ship TypeScript types?
Yes. @radix-ui/react-label 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
- regjsparser 0.13.2CommonJS
- lodash.camelcase 4.3.0CommonJS
- jest-get-type 29.6.3CommonJS
- babel-plugin-jest-hoist 30.5.0Dual
- immutable 5.1.9CommonJS
- @radix-ui/react-use-escape-keydown 1.1.5Dual
- compression 1.8.1CommonJS
- read-pkg 10.1.0ESM-only