Build faster with Premium Chakra UI Components 💎

Learn more
release·

July 7, 2025

Chakra 3.22 - TreeView Is Here

SA

We've just shipped Chakra UI v3.22! This release introduces the Tree View component, along with quality improvements to make building with Chakra even smoother.

Tree View

The Tree View component is a versatile component that allows users to display hierarchical data in a tree structure.

Basic Usage

The basic tree view provides a tree structure with nested items.

Tree

panda.config.ts
package.json
renovate.json
README.md

Async Loading

Lazy loading is a feature that allows the tree view to load children of a node on demand (or async). This helps to improve the initial load time and memory usage.

Tree

panda.config.ts
package.json
renovate.json
README.md

Other Improvements

Clipboard

Combobox

Toast

Select

Upgrading

To upgrade to the latest version, run:

npm install @chakra-ui/react@latest