Skip to content
Drivn logoDrivn
Changelog
v1.11.0March 2026

Combobox, Toggle

Two new components and smarter theming docs. Combobox brings searchable dropdown selection with single and multi-select modes, Toggle provides a pressable on/off button with group support, and the theming documentation page now auto-syncs token tables from globals.scss.

What's new

Combobox

A searchable dropdown built on cmdk with single and multi-select modes. Supports grouped items, clearable selection, tag-style chips for multiple values, custom icons per item, and keyboard navigation. Uses dot notation — Combobox.Trigger, Combobox.Content, Combobox.Item — with the same const styles pattern as all other Drivn components.

1npx drivn add combobox

Toggle

A pressable button that switches between on and off states. Supports controlled and uncontrolled usage, two variants (default and outline), three sizes, and a Toggle.Group compound component for single or multiple selection within a group. Fully accessible with aria-pressed and data-state attributes.

1npx drivn add toggle