canirequire

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

Latest
2.1.15 (Jul 24, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
2.1.15
Native ESM since
2.0.2
TypeScript types
Bundled
Node engines
not declared
Weekly downloads
37.2M
License
MIT

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.

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

VersionsFormatFirst published
2.0.2 – 2.1.15Dual (CommonJS + ESM)May 26, 2023
0.0.1 – 2.0.1CommonJSDec 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

Similar popularity