canirequire

canirequireDual (CommonJS + ESM) › @radix-ui/react-toggle

Is @radix-ui/react-toggle ESM-only? Can you require() it?

Last verified Sep 9, 2026 against @radix-ui/react-toggle@1.1.18. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

@radix-ui/react-toggle publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.3). require("@radix-ui/react-toggle") and import "@radix-ui/react-toggle" both work on every supported Node.js version and in Bun.

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

Does @radix-ui/react-toggle@1.1.18 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("@radix-ui/react-toggle") from a CommonJS file and import "@radix-ui/react-toggle" from an ES module.

Runtimerequire("@radix-ui/react-toggle")import "@radix-ui/react-toggle"
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-toggle

ES modules (import)

import reactToggle from "@radix-ui/react-toggle";

CommonJS (require)

const reactToggle = require("@radix-ui/react-toggle");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (38 versions; the newest 38 shown).

VersionsFormatFirst published
1.0.3 – 1.1.18Dual (CommonJS + ESM)May 26, 2023
0.0.1 – 1.0.2CommonJSMar 22, 2021

Frequently asked

Is @radix-ui/react-toggle ESM-only?

@radix-ui/react-toggle@1.1.18 ships CommonJS and ESM builds. @radix-ui/react-toggle publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.3). require("@radix-ui/react-toggle") and import "@radix-ui/react-toggle" both work on every supported Node.js version and in Bun.

Can I require @radix-ui/react-toggle?

Yes. @radix-ui/react-toggle ships a CommonJS entry, so require("@radix-ui/react-toggle") works on every Node.js version, alongside the native ESM entry for import.

Does @radix-ui/react-toggle work in Bun?

Yes. import "@radix-ui/react-toggle" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does @radix-ui/react-toggle ship TypeScript types?

Yes. @radix-ui/react-toggle bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity