Skip to content
Drivn logoDrivn
Changelog
v1.5.0February 2026

Sidebar, Command Search, Slider

Three new components ship together — a collapsible sidebar for app layouts, a command palette for keyboard-driven navigation, and a range slider for numeric input.

What's new

Sidebar

A collapsible sidebar component with icon items, groups, badges, and layout variants. Supports both rail (collapsed) and expanded states with smooth transitions. Uses the same dot notation API: Sidebar.Group, Sidebar.Item, Sidebar.Section.

Command Search

A global command palette triggered with Cmd+K (or Ctrl+K). Includes search filtering, keyboard navigation, grouped results, and dialog mode. Built on top of cmdk for accessible keyboard interactions.

Slider

A range slider with pointer drag, step snapping, vertical orientation, and multiple size variants. Pure React + Tailwind with no external slider library.

1npx drivn add sidebar command slider