Skip to content
Drivn logoDrivn
Changelog
v1.17.0April 2026

Yarn Package Manager Support

The CLI now auto-detects Yarn projects and generates the correct commands. All documentation install tabs show npm, pnpm, and yarn side by side.

What's new

Automatic Detection

When running in a project with a yarn.lock file, the CLI automatically uses yarn add for dependencies and yarn dlx for one-off execution. No flags or configuration required — it just works.

1yarn dlx drivn add button

Docs Install Tabs

Every component documentation page now includes a three-tab package manager switcher showing the install command for npm, pnpm, and yarn. The active tab persists as you navigate between pages.